_InterlockedExchangeAdd64

Function _InterlockedExchangeAdd64 

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