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