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