_InterlockedExchange64

Function _InterlockedExchange64 

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