#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlACatalogAdd(
catal: *mut XmlCatalogHandle,
type_: *const xmlChar,
orig: *const xmlChar,
replace: *const xmlChar,
) -> c_intExpand description
Add an entry to a catalog handle (upstream xmlACatalogAdd: type is “public”|“system”|“rewriteSystem”|“rewriteURI”|“delegatePublic”| “delegateSystem”|“delegateURI”|“nextCatalog”).
§SAFETY
catalmust be a valid handle;type,orig,replacevalid NUL-terminated strings.