Skip to main content

_InterlockedCompareExchange64

Function _InterlockedCompareExchange64 

Source
pub unsafe extern "C" fn _InterlockedCompareExchange64(
    Destination: *mut c_longlong,
    ExChange: c_longlong,
    Comperand: c_longlong,
) -> c_longlong