_InterlockedExchange16

Function _InterlockedExchange16 

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