macro_rules! impl_wrapper {
    ($wrapper_type:ident) => { ... };
}