pub type GetStatusClosure = Box<dyn Fn() -> Pin<Box<dyn Future<Output = Status> + Send + Sync>> + Send + Sync>;
pub struct GetStatusClosure(/* private fields */);