pub unsafe fn u_catopen<P0, P1>(
    name: P0,
    locale: P1,
    ec: *mut UErrorCode
) -> *mut UResourceBundle
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,