pub unsafe extern "C" fn duckdb_table_function_set_bind(
    table_function: duckdb_table_function,
    bind: duckdb_table_function_bind_t
)
Expand description

Sets the bind function of the table function.

table_function: The table function bind: The bind function