pub unsafe fn ScrollWindow<P0>(
    hwnd: P0,
    xamount: i32,
    yamount: i32,
    lprect: Option<*const RECT>,
    lpcliprect: Option<*const RECT>
) -> Result<()>
where P0: IntoParam<HWND>,