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