pub unsafe extern "C" fn duckdb_table_function_set_name(
table_function: duckdb_table_function,
name: *const c_char,
)
Expand description
Sets the name of the given table function.
@param table_function The table function @param name The name of the table function