Function quackdb_internal::ffi::duckdb_destroy_table_function
source · pub unsafe extern "C" fn duckdb_destroy_table_function(
table_function: *mut *mut c_void
)
Expand description
Destroys the given table function object.
table_function: The table function to destroy