#[no_mangle]
extern "C" fn ICU4XTimeZoneIdMapper_iana_to_bcp47(
    this: &ICU4XTimeZoneIdMapper,
    value_diplomat_data: *const u8,
    value_diplomat_len: usize,
    write: &mut DiplomatWriteable,
) -> DiplomatResult<(), ICU4XError>