pub unsafe fn ulocdata_open<P0>(
    localeid: P0,
    status: *mut UErrorCode
) -> *mut ULocaleData
where P0: IntoParam<PCSTR>,