pub unsafe fn ucal_openTimeZoneIDEnumeration<P0>(
    zonetype: USystemTimeZoneType,
    region: P0,
    rawoffset: *const i32,
    ec: *mut UErrorCode
) -> *mut UEnumeration
where P0: IntoParam<PCSTR>,