#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlStrncmp(
str1: *const xmlChar,
str2: *const xmlChar,
len: c_int,
) -> c_intExpand description
Compare two xmlChar strings up to a given length.
ยงUPSTREAM-PARITY
int xmlStrncmp(const xmlChar *str1, const xmlChar *str2, int len);