pub type TsValueGenerator<R> = Box<dyn Fn(&mut R, TimestampType) -> Value>;
pub struct TsValueGenerator<R>(/* private fields */);