Initialization has completed and all future calls should finish immediately.
By choosing this state as the all-zero state the is_completed check can be
a bit faster on some platforms.
Some thread has previously attempted to initialize the Once, but it panicked,
so the Once is now poisoned. There are no other threads currently accessing
this Once.