pub type HostFn = Arc<dyn Fn(&[Value], &ExecutionContext) -> Result<Value> + Send + Sync>;
Host function signature.
pub struct HostFn { /* private fields */ }