#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlTextReaderLocalName( reader: *mut XmlTextReader, ) -> *mut xmlChar
Get the local name of the current node.
Returns a newly allocated string, or NULL.
xmlChar *xmlTextReaderLocalName(xmlTextReaderPtr reader);
reader must be a valid pointer or NULL.
reader