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