macro_rules! ref_only_wrapper_methods {
    ($type_:ident, $wrapper_name: ident) => { ... };
}