pub type BoxedReader = Box<dyn BufSeekRead + Send + Sync>;
pub struct BoxedReader(/* private fields */);