pub unsafe extern "system" fn SetWindowPos(
    hwnd: HWND,
    hwndinsertafter: HWND,
    x: i32,
    y: i32,
    cx: i32,
    cy: i32,
    uflags: SET_WINDOW_POS_FLAGS
) -> BOOL
Expand description

Required features: "Win32_Foundation"