pub fn xml_get_dtd_element_desc( dtd: Option<XmlDtdPtr>, name: &str, ) -> Option<XmlElementPtr>
Search the DTD for the description of this element
returns the xmlElementPtr if found or null_mut()