Macro if_tracing

Source
macro_rules! if_tracing {
    () => { ... };
    ($traced_kind:ident $traced_name:tt) => { ... };
}