#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlStrncasecmp(
str1: *const xmlChar,
str2: *const xmlChar,
len: c_int,
) -> c_intExpand description
Case-insensitive comparison with length limit.
ยงUPSTREAM-PARITY
int xmlStrncasecmp(const xmlChar *str1, const xmlChar *str2, int len);