pub type Transform = Box<dyn Fn(&Value) -> Value + Send + Sync + 'static>;
pub struct Transform(/* private fields */);