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