pub fn xml_get_dtd_notation_desc<'a>( dtd: Option<&'a XmlDtd>, name: &str, ) -> Option<&'a XmlNotation>
Search the DTD for the description of this notation
returns the xmlNotationPtr if found or null_mut()