pub type NativeFuture<'a> = BoxFuture<'a, Result<Pointer, EngineError>>;
pub struct NativeFuture<'a> { /* private fields */ }