pub fn visit_use_name_mut<V>(v: &mut V, node: &mut UseName)where
    V: VisitMut + ?Sized,
Available on crate feature visit-mut only.