pub unsafe fn uregion_getRegionFromCode<P0>(
    regioncode: P0,
    status: *mut UErrorCode
) -> *mut URegion
where P0: IntoParam<PCSTR>,