pub type StaticCpuLocal<T> = CpuLocal<T, StaticStorage<T>>;
Statically-allocated CPU-local objects.
struct StaticCpuLocal<T> { /* private fields */ }