xmlAddNotationDecl

Function xmlAddNotationDecl 

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