#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlTextReaderConstString(
_reader: *mut XmlTextReader,
str: *const xmlChar,
) -> *const xmlCharExpand description
const xmlChar *xmlTextReaderConstString(xmlTextReaderPtr reader, const xmlChar *str)
— the reader’s dictionary-internalized copy of str; the candidate
returns str unchanged (dictionary interning is an internal detail).