Function windows::Win32::Globalization::GetDateFormatEx

pub unsafe fn GetDateFormatEx<P0, P1, P2>(
    lplocalename: P0,
    dwflags: ENUM_DATE_FORMATS_FLAGS,
    lpdate: Option<*const SYSTEMTIME>,
    lpformat: P1,
    lpdatestr: Option<&mut [u16]>,
    lpcalendar: P2,
) -> i32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,