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