#[unsafe(no_mangle)]pub unsafe extern "C" fn lv_memset(
destination: *mut c_void,
value: u8,
size: usize,
)Expand description
Set a block of memory to a specific value
ยงSafety
This function is unsafe because it dereferences raw pointers.