pub type RemoteFunctionHandler = Arc<dyn Fn(Value) -> BoxFuture<'static, Result<Value, IIIError>> + Send + Sync>;
pub struct RemoteFunctionHandler { /* private fields */ }