esp32_hal::mem
#[no_mangle]pub unsafe extern "C" fn memmove( dst: *mut u8, src: *const u8, n: usize) -> *mut u8
Copies n-bytes of data from src to dst and properly handles overlapping data