macro_rules! impl_generic_specified_value_info {
    ($ty:ident<$param:ident>) => { ... };
}