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