macro_rules! trace_span { ($($arg:tt)*) => { ... }; }
No-op trace_span macro when tracing is disabled.