Function ion_c_sys::ion_catalog_close[][src]

pub unsafe extern "C" fn ion_catalog_close(hcatalog: hCATALOG) -> iERR
Expand description

If the given catalog is its own memory owner, its memory and everything it owns is freed. If the given catalog has an external owner and that owner has not been freed, this does nothing; this catalog will be freed when its memory owner is freed. If the given symbol table has an external owner which has been freed, the behavior of this function is undefined.