pub unsafe fn cold_copy(src: *const u8, dst: *mut u8, len: usize)
Copy len bytes from src to dst.
len
src
dst
Length of both src and dst must be at least len bytes