pub unsafe extern "C" fn duckdb_destroy_table_function(
    table_function: *mut duckdb_table_function
)
Expand description

Destroys the given table function object.

table_function: The table function to destroy