pub unsafe fn EnumTimeFormatsEx<P0, P1>(
    lptimefmtenumprocex: TIMEFMT_ENUMPROCEX,
    lplocalename: P0,
    dwflags: u32,
    lparam: P1
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<LPARAM>,