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