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