unsafe fn atomic_compare_exchange_weak<T: Copy>( dst: *mut T, old: T, new: T, success: Ordering, failure: Ordering, ) -> Result<T, T>