macro_rules! encapsulate_integral {
    ($outer:tt, $inner:tt) => { ... };
}
Expand description