#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlStrEqual(
str1: *const xmlChar,
str2: *const xmlChar,
) -> c_intExpand description
Check if two xmlChar strings are equal.
ยงUPSTREAM-PARITY
int xmlStrEqual(const xmlChar *str1, const xmlChar *str2);Returns 1 if equal, 0 if not. NULL-safe.