pub unsafe extern "C" fn gtk_drag_source_set(
    widget: *mut GtkWidget,
    start_button_mask: GdkModifierType,
    targets: *const GtkTargetEntry,
    n_targets: c_int,
    actions: GdkDragAction
)