pub unsafe extern "C" fn duckdb_destroy_catalog(
catalog: *mut duckdb_catalog,
)Expand description
Destroys the given catalog instance.
Note that this does not actually “drop” the contents of the catalog; it merely frees the C API handle.
@param catalog The catalog instance to destroy.