pub type PbStateTableInfo = StateTableInfo;
struct PbStateTableInfo { pub committed_epoch: u64, pub compaction_group_id: u64, }
committed_epoch: u64
compaction_group_id: u64