Prepares the Mutex implementation for re-entry from within a fatal signal handler.
Declared in <absl/synchronization/mutex.h>
static
void
InternalAttemptToUseMutexInFatalSignalHandler();
Intended only for last-ditch attempts to log crash information. It must be invoked from a signal handler that either loops forever or terminates the process.