pub unsafe fn ucal_openCountryTimeZones<P0>(
    country: P0,
    ec: *mut UErrorCode
) -> *mut UEnumeration
where P0: IntoParam<PCSTR>,