pub unsafe extern "C" fn duckdb_create_table_function() -> *mut c_void
Expand description

Creates a new empty table function.

The return value should be destroyed with duckdb_destroy_table_function.

returns: The table function object.