pub unsafe extern "C" fn duckdb_table_description_get_column_count(
table_description: duckdb_table_description,
) -> idx_tExpand description
Return the number of columns of the described table.
@param table_description The table_description to query. @return The column count.