xila_memory_compare

Function xila_memory_compare 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xila_memory_compare( ptr1: *const c_void, ptr2: *const c_void, num: usize, ) -> c_int
Expand description

Compare memory blocks

ยงSafety

This function is unsafe because it dereferences raw pointers.