#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlTextReaderBaseUri( reader: *mut XmlTextReader, ) -> *mut xmlChar
Get the base URI of the current node.
Returns a newly allocated string (caller must free with xmlFree), or NULL if not available.
xmlFree
xmlChar *xmlTextReaderBaseUri(xmlTextReaderPtr reader);
reader must be a valid pointer or NULL.
reader