Function cold_copy

Source
pub unsafe fn cold_copy(src: *const u8, dst: *mut u8, len: usize)
Expand description

Copy len bytes from src to dst.

ยงSafety

Length of both src and dst must be at least len bytes