macro_rules! make_it {
    ($this:ident, $attrs:expr, |this, _| $body:expr) => { ... };
}