pub unsafe fn MoveWindow( hwnd: HWND, x: i32, y: i32, nwidth: i32, nheight: i32, brepaint: bool, ) -> Result<()>