fn memcpy_element_unordered_atomic<T: Copy>(
    dest: *mut T,
    src: *const T,
    bytes: usize
)