pub unsafe extern "C" fn gtk_tree_selection_set_select_function(
    selection: *mut GtkTreeSelection,
    func: GtkTreeSelectionFunc,
    data: gpointer,
    destroy: GDestroyNotify
)