pub type Closure<T = ()> = Arc<dyn Fn() -> T + Sync + Send>;
pub struct Closure<T = ()> { /* private fields */ }