macro_rules! impl_stable_hash_via_hash {
    ($t:ty) => { ... };
}