pub type RuntimeBuiltinFuture = Pin<Box<dyn Future<Output = Result<Value, RuntimeError>> + 'static>>;
#[repr(transparent)]pub struct RuntimeBuiltinFuture { /* private fields */ }