#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlCatalogAdd(
_type: *const xmlChar,
_orig: *const xmlChar,
_replace: *const xmlChar,
) -> c_intExpand description
Add a catalog.
ยงUPSTREAM-PARITY
int xmlCatalogAdd(const xmlChar *type, const xmlChar *orig, const xmlChar *replace);