pub fn visit_comment_statement<'ast, V, T: AstInfo>( visitor: &mut V, node: &'ast CommentStatement<T>, )where V: Visit<'ast, T> + ?Sized,