#[unsafe(no_mangle)]pub unsafe extern "C" fn lv_memcmp(
ptr1: *const c_void,
ptr2: *const c_void,
size: usize,
) -> c_intExpand description
Compare two memory areas up to a given size
ยงSafety
This function is unsafe because it dereferences raw pointers.