pub unsafe fn ucasemap_setLocale<P0>(
    csm: *mut UCaseMap,
    locale: P0,
    perrorcode: *mut UErrorCode
)
where P0: IntoParam<PCSTR>,