[−][src]Function libxml::bindings::xmlAddNotationDecl
pub unsafe extern "C" fn xmlAddNotationDecl(
ctxt: xmlValidCtxtPtr,
dtd: xmlDtdPtr,
name: *const xmlChar,
PublicID: *const xmlChar,
SystemID: *const xmlChar
) -> xmlNotationPtr