pub fn visit_for_statement<'ast, V: Visit<'ast> + ?Sized>( visitor: &mut V, for_statement: &'ast ForStatement, _span: &'ast Span, )