#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlTextReaderCurrentNode( reader: *mut XmlTextReader, ) -> *mut _xmlNode
Return the current node of the reader.
xmlNodePtr xmlTextReaderCurrentNode(xmlTextReaderPtr reader);
Returns the current node or NULL. The node is owned by the document; the caller must not free it.
reader must be a valid pointer or NULL.
reader