pub type ValueOverride<R> = Box<dyn Fn(&Column, &mut R) -> Option<RowValue>>;
pub struct ValueOverride<R>(/* private fields */);