#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlCatalogAddLocal(
catalogs: *mut c_void,
URL: *const xmlChar,
) -> *mut c_voidExpand description
Per-document local catalog: an opaque pointer to a Vec<CatalogEntry>.
xmlCatalogAddLocal returns a (possibly new) list; entries are resolved
with xmlCatalogLocalResolve*; freed with xmlCatalogFreeLocal.