Function windows::Win32::Globalization::GetDateFormatW

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