pub unsafe fn EnumDisplayMonitors<P0, P1>(
    hdc: P0,
    lprcclip: Option<*const RECT>,
    lpfnenum: MONITORENUMPROC,
    dwdata: P1
) -> BOOL
where P0: IntoParam<HDC>, P1: IntoParam<LPARAM>,