Function icu_capi::decimal::ffi::ICU4XFixedDecimalFormatter_format

source ยท
#[no_mangle]
extern "C" fn ICU4XFixedDecimalFormatter_format(
    this: &ICU4XFixedDecimalFormatter,
    value: &ICU4XFixedDecimal,
    write: &mut DiplomatWriteable,
) -> DiplomatResult<(), ICU4XError>