pub unsafe extern "C" fn gtk_drag_set_icon_gicon(
    context: *mut GdkDragContext,
    icon: *mut GIcon,
    hot_x: c_int,
    hot_y: c_int
)