type Counter = Counter<Box<dyn Fn(u64) -> Result + Send + Sync>>;
struct Counter { /* private fields */ }