#[no_mangle]
extern "C" fn ICU4XFixedDecimal_create_from_f64_with_lower_magnitude(
    f: f64,
    magnitude: i16,
) -> DiplomatResult<Box<ICU4XFixedDecimal>, ICU4XError>