windows::Win32::Globalization

Function GetDateFormatW

pub unsafe fn GetDateFormatW<P3>(
    locale: u32,
    dwflags: u32,
    lpdate: Option<*const SYSTEMTIME>,
    lpformat: P3,
    lpdatestr: Option<&mut [u16]>,
) -> i32
where P3: Param<PCWSTR>,