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