Target
pub unsafe extern "C" fn mempcpy( dest: *mut c_void, src: *const c_void, n: size_t, ) -> *mut c_void