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