macro_rules! mech_type_conversion {
    ($from_wrapper:tt,$to_wrapper:tt,$to_type:tt) => { ... };
}