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