pub type BoxedModifierFn = Box<dyn Fn(&Input) -> Result<Option<HashMap<String, Input>>> + Send + Sync>;
struct BoxedModifierFn(/* private fields */);