pub unsafe fn initialize_debug_writer_wrapper_unsafe<P: ThreadIdProvider>()Expand description
Initialize the static debug writer.
This ensures it can safely be used as a global variable.
ยงSafety
Callers of this function must ensure that this function is never called
concurrently with other calls to initialize_debug_writer_wrapper_unsafe.