pub unsafe fn MonitorFromWindow<P0>(
    hwnd: P0,
    dwflags: MONITOR_FROM_FLAGS
) -> HMONITOR
where P0: IntoParam<HWND>,