windows::Win32::Globalization

Function uloc_getDisplayCountry

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