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