#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlTextReaderConstLocalName(
reader: *mut XmlTextReader,
) -> *const xmlCharExpand description
const xmlChar *xmlTextReaderConstLocalName(xmlTextReaderPtr reader).
UPSTREAM-PARITY: at an attribute position this is the attribute’s local name (or “xmlns”/the prefix for a namespace declaration); at an element position the tree’s local name.