Function copy
pub const unsafe fn copy<T>(src: *const T, dst: *mut T, count: usize)👎Deprecated: import this function via
std::ptr insteadExpand description
This is an accidentally-stable alias to ptr::copy; use that instead.