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