Function kernel32::InterlockedExchangeAdd [] [src]

pub unsafe extern "system" fn InterlockedExchangeAdd(
    Addend: *mut LONG,
    Value: LONG
) -> LONG