pub unsafe extern "C" fn gdk_drag_context_manage_dnd(
    context: *mut GdkDragContext,
    ipc_window: *mut GdkWindow,
    actions: GdkDragAction
) -> gboolean
Available on crate feature v3_20 only.