pub type SharedBuf = Arc<Mutex<VecDeque<(Row, i64, i64)>>>;
struct SharedBuf { /* private fields */ }