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