#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlTextReaderSchemaValidate(
reader: *mut XmlTextReader,
xsd: *const c_char,
) -> c_intExpand description
int xmlTextReaderSchemaValidate(xmlTextReaderPtr reader, const char *xsd) —
parse xsd and validate the reader’s document.
§SAFETY
xsdmust be a valid path or NULL.