Skip to main content

_InterlockedCompareExchange16

Function _InterlockedCompareExchange16 

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