pub unsafe extern "C" fn gtk_cell_layout_set_cell_data_func(
    cell_layout: *mut GtkCellLayout,
    cell: *mut GtkCellRenderer,
    func: GtkCellLayoutDataFunc,
    func_data: gpointer,
    destroy: GDestroyNotify
)