Function memmove

pub(in ::ffi::runtime_symbols) unsafe extern "C" fn memmove(dest: *mut c_void, src: *const c_void, n: usize) -> *mut c_void