pub unsafe extern "C" fn duckdb_table_function_set_local_init(
    table_function: duckdb_table_function,
    init: duckdb_table_function_init_t,
)Expand description
Sets the thread-local init function of the table function.
@param table_function The table function @param init The init function