pub unsafe extern "C" fn gtk_drag_dest_set(
    widget: *mut GtkWidget,
    flags: GtkDestDefaults,
    targets: *const GtkTargetEntry,
    n_targets: c_int,
    actions: GdkDragAction
)