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