Function uloc_getDisplayCountry
pub unsafe fn uloc_getDisplayCountry<P0, P1>(
locale: P0,
displaylocale: P1,
country: *mut u16,
countrycapacity: i32,
status: *mut UErrorCode,
) -> i32where
P0: Param<PCSTR>,
P1: Param<PCSTR>,