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