Function libxml::bindings::xmlAddNotationDecl[][src]

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