macro_rules! trace_if { ($($tts:tt)*) => { ... }; }
Macro to conditionally call [tracing::trace] if tracing is enabled