pub unsafe extern "C" fn memccpy( dest: *mut c_void, src: *const c_void, c: i32, n: usize, ) -> *mut c_void