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