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