macro_rules! instrument_field {
    ($ident:ident) => { ... };
    ($name:literal, $expr:expr) => { ... };
}