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