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