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