Function windows::Win32::UI::WindowsAndMessaging::GetMessageW

pub unsafe fn GetMessageW<P0>(
    lpmsg: *mut MSG,
    hwnd: P0,
    wmsgfiltermin: u32,
    wmsgfiltermax: u32,
) -> BOOL
where P0: Param<HWND>,