pub fn copy_memory(src: &[u8], dst: &mut [u8])
Copies data from src to dst TODO remove once stable in standard library.
src
dst
Panics if the length of dst is less than the length of src.