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