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