pub type AsyncHostFnResult<R> = Pin<Box<dyn Future<Output = R> + Send + 'static>>;
Type alias for async host function return type.
pub struct AsyncHostFnResult<R> { /* private fields */ }