pub type RocksDBRawIter<'a> = DBRawIteratorWithThreadMode<'a, DBWithThreadMode<MultiThreaded>>;
pub struct RocksDBRawIter<'a> { /* private fields */ }