memcpy

Function memcpy 

Source
pub fn memcpy(dst: *mut u8, src: *const u8, length: usize) -> *mut u8
Expand description