pub unsafe fn GetWindowInfo<P0>(hwnd: P0, pwi: *mut WINDOWINFO) -> Result<()>
where P0: IntoParam<HWND>,