pub type HandlerFn = Box<dyn Fn(Value, &ActionContext) -> Result<Value> + Send + Sync>;
pub struct HandlerFn(/* private fields */);