#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlTextReaderAttributeCount( reader: *mut XmlTextReader, ) -> c_int
Get the attribute count of the current element.
Returns the number of attributes, or -1 if not on an element.
int xmlTextReaderAttributeCount(xmlTextReaderPtr reader);
reader must be a valid pointer or NULL.
reader