#[unsafe(no_mangle)]pub unsafe extern "C" fn xila_string_compare(
str1: *const c_char,
str2: *const c_char,
) -> c_intExpand description
Compare two null-terminated strings
ยงSafety
This function is unsafe because it dereferences raw pointers.