Macro wrap

Source
macro_rules! wrap {
    ($n:expr, $e:expr) => { ... };
}