pub unsafe extern "C" fn gtk_drag_set_icon_name(
    context: *mut GdkDragContext,
    icon_name: *const c_char,
    hot_x: c_int,
    hot_y: c_int
)