Function atomic_xor

Source
unsafe fn atomic_xor<T: Copy>(dst: *mut T, val: T, order: Ordering) -> T