GtkCellLayoutDataFunc

A function which should set the value of cell_layout’s cell renderer(s) as appropriate.

alias GtkCellLayoutDataFunc = void function(GtkCellLayout* cellLayout, GtkCellRenderer* cell, GtkTreeModel* treeModel, GtkTreeIter* iter, void* data)