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