pub unsafe extern "C" fn xila_memory_set( ptr: *mut c_void, value: c_int, num: usize, ) -> *mut c_void
Set memory to a specific value
This function is unsafe because it dereferences raw pointers.