pub type MaybeUncertainF64 = MaybeUncertain<f64>;
pub struct MaybeUncertainF64 { /* private fields */ }