pub fn normalize_replay_fallback_contract(
planner_directive: &ReplayPlannerDirective,
fallback_reason: Option<&str>,
reason_code: Option<ReplayFallbackReasonCode>,
repair_hint: Option<&str>,
next_action: Option<ReplayFallbackNextAction>,
confidence: Option<u8>,
) -> Option<ReplayFallbackContract>