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