pub type NativeFuture<'a> = Pin<Box<dyn Future<Output = Result<Pointer, EngineError>> + Send + 'a>>;
pub struct NativeFuture<'a> { /* private fields */ }