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