pub unsafe extern "C" fn gdk_drag_context_set_hotspot(
    context: *mut GdkDragContext,
    hot_x: c_int,
    hot_y: c_int
)
Available on crate feature v3_20 only.