pub(crate) type IntCounter = DeleteOnDropCounter<AtomicU64, Vec<String>>;
struct IntCounter { /* private fields */ }