windows::Win32::UI::WindowsAndMessaging

Function MoveWindow

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