xila_string_compare_case_insensitive_bounded

Function xila_string_compare_case_insensitive_bounded 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xila_string_compare_case_insensitive_bounded( str1: *const c_char, str2: *const c_char, num: usize, ) -> c_int
Expand description

Case-insensitive string comparison up to n characters

ยงSafety

This function is unsafe because it dereferences raw pointers.