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