syntax::visit
pub fn walk_fn<'a, V>( visitor: &mut V, kind: FnKind<'a>, declaration: &'a FnDecl, _span: Span) where V: Visitor<'a>,