macro_rules! define_unbox { ($ident:ident, $ty:ty) => { ... }; ($ident:ident, $ty:ident, $self:ty) => { ... }; }