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: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,