xila_memory_move

Function xila_memory_move 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xila_memory_move( destination: *mut c_void, source: *const c_void, size: usize, ) -> *mut c_void
Expand description

Move memory from source to destination (handles overlapping regions)

ยงSafety

This function is unsafe because it dereferences raw pointers.