pub unsafe extern "C" fn xila_string_compare( str1: *const c_char, str2: *const c_char, ) -> c_int
Compare two null-terminated strings
This function is unsafe because it dereferences raw pointers.