pub unsafe extern "system" fn GetDateFormatEx(
    lplocalename: PWSTR,
    dwflags: ENUM_DATE_FORMATS_FLAGS,
    lpdate: *const SYSTEMTIME,
    lpformat: PWSTR,
    lpdatestr: PWSTR,
    cchdate: i32,
    lpcalendar: PWSTR
) -> i32
Expand description

Required features: ‘Win32_Globalization’, ‘Win32_Foundation’