pub unsafe extern "C" fn duckdb_table_function_set_function(
    table_function: duckdb_table_function,
    function: duckdb_table_function_t
)
Expand description

Sets the main function of the table function.

table_function: The table function function: The function