[−][src]Function libxslt::bindings::xmlAddNotationDecl
pub unsafe extern "C" fn xmlAddNotationDecl(
ctxt: *mut _xmlValidCtxt,
dtd: *mut _xmlDtd,
name: *const u8,
PublicID: *const u8,
SystemID: *const u8
) -> *mut _xmlNotation