pub type MemTableHandle = Arc<RwLock<MemTable<DummyAllocator>>>;
pub struct MemTableHandle { /* private fields */ }