pub unsafe fn GetEffectiveClientRect<P0>(
    hwnd: P0,
    lprc: *mut RECT,
    lpinfo: *const i32
)
where P0: IntoParam<HWND>,