pub unsafe fn validate_notation_decl(
_ctxt: *mut _xmlValidCtxt,
_doc: *mut _xmlDoc,
_nota: *mut _xmlNotation,
) -> c_intExpand description
Upstream xmlValidateNotationDecl(ctxt, doc, nota): modern libxml2 has
no validity constraint on notation declarations and returns 1 always
(verified by disassembly of the system DSO: mov $1,%eax; ret).