pub unsafe fn ures_openAvailableLocales<P0>(
    packagename: P0,
    status: *mut UErrorCode
) -> *mut UEnumeration
where P0: IntoParam<PCSTR>,