_InterlockedExchangeAdd

Function _InterlockedExchangeAdd 

Source
pub unsafe extern "C" fn _InterlockedExchangeAdd(
    Addend: *mut c_long,
    Value: c_long,
) -> c_long