pub type AsyncHostFunctionCallback = fn(Vec<Bytes>) -> Box<dyn Future<Output = Result<Bytes>> + Send + Unpin>;
Async host function callback type