pub unsafe fn GetWindowOrgEx<P0>(hdc: P0, lppoint: *mut POINT) -> BOOL
where P0: IntoParam<HDC>,