#[no_mangle]
extern "C" fn ICU4XTimeZoneFormatter_format_custom_time_zone(
    this: &ICU4XTimeZoneFormatter,
    value: &ICU4XCustomTimeZone,
    write: &mut DiplomatWriteable,
) -> DiplomatResult<(), ICU4XError>