Function surface_strike_from_standardized_moneyness
pub fn surface_strike_from_standardized_moneyness<S: SurfaceSmile + ?Sized>(
smile: &S,
market: &SurfaceMarketContext,
standardized_moneyness: f64,
) -> Result<f64, FerroRiskError>