pub unsafe fn GetDateFormatEx<'a>(
lplocalename: impl IntoParam<'a, PWSTR>,
dwflags: ENUM_DATE_FORMATS_FLAGS,
lpdate: *const SYSTEMTIME,
lpformat: impl IntoParam<'a, PWSTR>,
lpdatestr: PWSTR,
cchdate: i32,
lpcalendar: impl IntoParam<'a, PWSTR>,
) -> i32