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