pub unsafe fn ures_openU<P0>(
    packagename: *const u16,
    locale: P0,
    status: *mut UErrorCode
) -> *mut UResourceBundle
where P0: IntoParam<PCSTR>,