macro_rules! trace_span {
    ($($args:tt)*) => { ... };
}