xila_memory_copy

Function xila_memory_copy 

Source
pub unsafe extern "C" fn xila_memory_copy(
    destination: *mut c_void,
    source: *const c_void,
    size: usize,
) -> *mut c_void
Expand description

Copy memory from source to destination

ยงSafety

This function is unsafe because it dereferences raw pointers.