#[unsafe(no_mangle)]pub unsafe extern "C" fn xila_memory_set(
ptr: *mut c_void,
value: c_int,
num: usize,
) -> *mut c_voidExpand description
Set memory to a specific value
ยงSafety
This function is unsafe because it dereferences raw pointers.