pub type StaticData<T> = UnkStaticData<T, AtomicU8>;
pub struct StaticData<T> { /* private fields */ }