pub unsafe fn EnumDesktopWindows<P0, P1>(
    hdesktop: P0,
    lpfn: WNDENUMPROC,
    lparam: P1
) -> Result<()>
where P0: IntoParam<HDESK>, P1: IntoParam<LPARAM>,