Function SetWindowLongPtrA

Source
pub unsafe extern "C" fn SetWindowLongPtrA(
    hWnd: HWND,
    nIndex: c_int,
    dwNewLong: LONG_PTR,
) -> LONG_PTR