macro_rules! with_cfg {
    ($this:ident, $cfg:meta, { $($methods:tt)* }) => { ... };
}