macro_rules! deref_to_field_mut {
    {$({ $($gen:tt)* })? $outer:ty, $inner:ty, $($field:tt)*} => { ... };
}