[][src]Function CCODE::_InterlockedCompareExchangePointer

pub unsafe extern "C" fn _InterlockedCompareExchangePointer(
    Destination: *mut *mut c_void,
    Exchange: *mut c_void,
    Comperand: *mut c_void
) -> *mut c_void