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