pub unsafe extern "C" fn gtk_tree_view_enable_model_drag_dest(
    tree_view: *mut GtkTreeView,
    targets: *const GtkTargetEntry,
    n_targets: c_int,
    actions: GdkDragAction
)