pub unsafe extern "system" fn SetWindowLongA(
    hWnd: *mut HWND__,
    nIndex: i32,
    dwNewLong: i32
) -> i32