pub unsafe extern "C" fn gtk_icon_view_get_tooltip_context(
    icon_view: *mut GtkIconView,
    x: c_int,
    y: c_int,
    keyboard_tip: gboolean,
    model: *mut *mut GtkTreeModel,
    path: *mut *mut GtkTreePath,
    iter: *mut GtkTreeIter
) -> gboolean