pub unsafe extern "system" fn MoveWindow(
    hwnd: HWND,
    x: i32,
    y: i32,
    nwidth: i32,
    nheight: i32,
    brepaint: BOOL
) -> BOOL
Expand description

Required features: "Win32_Foundation"