pub type ChunkReaderRef = Arc<Box<dyn ChunkReader>>;
pub struct ChunkReaderRef { /* private fields */ }