macro_rules! with_param {
    ($param:ident, $_type: ty) => { ... };
}