pub unsafe fn GetWindowPlacement<P0>(
    hwnd: P0,
    lpwndpl: *mut WINDOWPLACEMENT
) -> Result<()>
where P0: IntoParam<HWND>,