pub static EXIT_CALLED: AtomicBoolExpand description
Global flag indicating whether the program exit has been initiated.
Set to true by an atexit handler to prevent crashes during shutdown
when deregistering unwind frames. Accesses use Ordering::SeqCst
to ensure correct memory ordering across threads.