pub unsafe extern "C" fn gtk_tree_view_insert_column_with_data_func(
    tree_view: *mut GtkTreeView,
    position: c_int,
    title: *const c_char,
    cell: *mut GtkCellRenderer,
    func: GtkTreeCellDataFunc,
    data: gpointer,
    dnotify: GDestroyNotify
) -> c_int