pub unsafe fn ucasemap_open<P0>(
    locale: P0,
    options: u32,
    perrorcode: *mut UErrorCode
) -> *mut UCaseMap
where P0: IntoParam<PCSTR>,