Function copy
unsafe const fn copy<T>(src: *const T, dst: *mut T, count: usize)
This is an accidentally-stable alias to ptr::copy; use that instead.
copyunsafe const fn copy<T>(src: *const T, dst: *mut T, count: usize)
This is an accidentally-stable alias to ptr::copy; use that instead.