pub unsafe fn uplrules_open<P0>(
    locale: P0,
    status: *mut UErrorCode
) -> *mut UPluralRules
where P0: IntoParam<PCSTR>,