pub unsafe fn uloc_getCountry<P0, P1>(
    localeid: P0,
    country: P1,
    countrycapacity: i32,
    err: *mut UErrorCode
) -> i32
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,