pub unsafe extern "C" fn gtk_tree_view_insert_column_with_attributes(
    tree_view: *mut GtkTreeView,
    position: c_int,
    title: *const c_char,
    cell: *mut GtkCellRenderer
    ...
) -> c_int