lv_memcmp

Function lv_memcmp 

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

Compare two memory areas up to a given size

ยงSafety

This function is unsafe because it dereferences raw pointers.