Function atomic_store

pub(in ::sync::atomic) const unsafe fn atomic_store<T: Copy, const VOLATILE: bool>(dst: *mut T, val: T, order: Ordering)