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