#[trace_fn]
#[trace_fn("name")] — equivalent to trace_span!("name"); as the first statement of the fn body.
#[trace_fn("name")]
trace_span!("name");