#[unsafe(no_mangle)]pub unsafe extern "C" fn synthetic_instrument_calculate(
synth: &mut SyntheticInstrument,
inputs_ptr: &CVec,
) -> PriceExpand description
ยงSafety
inputs_ptr must describe initialized f64 values that remain valid and immutable for the
duration of this call.