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