#[no_mangle]
extern "C" fn ICU4XTimeFormatter_format_time(
    this: &ICU4XTimeFormatter,
    value: &ICU4XTime,
    write: &mut DiplomatWriteable,
) -> DiplomatResult<(), ICU4XError>