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.
@param table_function The table function @param bind The bind function