#[no_mangle]
extern "C" fn ICU4XCustomTimeZone_try_set_gmt_offset_seconds(
    this: &mut ICU4XCustomTimeZone,
    offset_seconds: i32,
) -> DiplomatResult<(), ICU4XError>