_InterlockedExchange

Function _InterlockedExchange 

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