A zero initializer for static variables.
const ATOMIC_U8_INIT: AtomicU8 = AtomicU8{val: Cell{data: 0,},};