#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlTextReaderLocatorBaseURI(
locator: *mut XmlTextReaderLocator,
) -> *mut xmlCharExpand description
xmlChar *xmlTextReaderLocatorBaseURI(xmlTextReaderLocatorPtr locator).
§SAFETY
locatormust be valid or NULL.