pub fn visit_impl_item_fn<'ast, V>(v: &mut V, node: &'ast ImplItemFn)where
    V: Visit<'ast> + ?Sized,