pub unsafe extern "system" fn GetTimeFormatEx(
    lplocalename: PCWSTR,
    dwflags: TIME_FORMAT_FLAGS,
    lptime: *const SYSTEMTIME,
    lpformat: PCWSTR,
    lptimestr: PWSTR,
    cchtime: i32
) -> i32
Expand description

Required features: "Win32_Globalization", "Win32_Foundation"