pub type MultiChunkSampler = Box<dyn Sample<Output = ChainedMultiChunk> + Send + Sync>;
pub struct MultiChunkSampler(/* private fields */);