pub fn visit_use_tree_mut<V>(v: &mut V, node: &mut UseTree) where
    V: VisitMut + ?Sized
This is supported on crate feature visit-mut only.