pub unsafe extern "C" fn xmlAddNotationDecl(
ctxt: xmlValidCtxtPtr,
dtd: xmlDtdPtr,
name: *const xmlChar,
PublicID: *const xmlChar,
SystemID: *const xmlChar,
) -> xmlNotationPtrpub unsafe extern "C" fn xmlAddNotationDecl(
ctxt: xmlValidCtxtPtr,
dtd: xmlDtdPtr,
name: *const xmlChar,
PublicID: *const xmlChar,
SystemID: *const xmlChar,
) -> xmlNotationPtr