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