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