#[unsafe(no_mangle)]pub unsafe extern "C" fn lv_strncmp(
str1: *const c_char,
str2: *const c_char,
size: usize,
) -> c_intExpand description
Compare two strings up to a given size
ยงSafety
This function is unsafe because it dereferences raw pointers.