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