windows::Win32::Globalization

Function GetCalendarDateFormatEx

pub unsafe fn GetCalendarDateFormatEx<P0, P3>(
    lpszlocale: P0,
    dwflags: u32,
    lpcaldatetime: *const CALDATETIME,
    lpformat: P3,
    lpdatestr: PWSTR,
    cchdate: i32,
) -> BOOL
where P0: Param<PCWSTR>, P3: Param<PCWSTR>,