type NativeTestFuture = Pin<Box<dyn Future<Output = ()> + Send>>;
struct NativeTestFuture { /* private fields */ }