Function GetLocaleInfoW

Source
pub unsafe extern "C" fn GetLocaleInfoW(
    Locale: LCID,
    LCType: LCTYPE,
    lpLCData: LPWSTR,
    cchData: c_int,
) -> c_int