pub static INSERT_TRACE_ID_FN: OnceLock<fn(&Id, &Dispatch, TraceId) -> Result<Option<TraceId>>>
Like GET_TRACE_ID_FN, but inserts a TraceId into the Extensions of a given span, returning the replaced TraceId if it existed.
GET_TRACE_ID_FN
TraceId
Extensions