memcpy

Function memcpy 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn memcpy( dest: *mut u8, src: *const u8, n: usize, ) -> *mut u8