Function atomic_load

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