Function windows::Win32::Globalization::EnumTimeFormatsEx

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