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