pub unsafe fn GetClientRect<P0>(hwnd: P0, lprect: *mut RECT) -> Result<()>
where P0: IntoParam<HWND>,