Function SetWindowLongA

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