pub unsafe fn uloc_getLocaleForLCID<P0>(
    hostid: u32,
    locale: P0,
    localecapacity: i32,
    status: *mut UErrorCode
) -> i32
where P0: IntoParam<PCSTR>,