fn validate_recovery_plan_totals(
plan_expected_usdc_recovered: Decimal,
plan_expected_obligation_reduced: Decimal,
plan_expected_impact_usdc: Decimal,
actions: &[PmRecoveryActionState],
) -> Result<(), String>fn validate_recovery_plan_totals(
plan_expected_usdc_recovered: Decimal,
plan_expected_obligation_reduced: Decimal,
plan_expected_impact_usdc: Decimal,
actions: &[PmRecoveryActionState],
) -> Result<(), String>