pub unsafe extern "C" fn gtk_drag_source_set_icon(
    source: *mut GtkDragSource,
    paintable: *mut GdkPaintable,
    hot_x: c_int,
    hot_y: c_int
)