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