pub unsafe extern "C" fn gtk_drag_set_icon_pixbuf(
    context: *mut GdkDragContext,
    pixbuf: *mut GdkPixbuf,
    hot_x: c_int,
    hot_y: c_int
)