pub unsafe extern "system" fn SetWindowPos(
    hWnd: *mut HWND__,
    hWndInsertAfter: *mut HWND__,
    X: i32,
    Y: i32,
    cx: i32,
    cy: i32,
    uFlags: u32
) -> i32