macro_rules! tpm2b_struct {
(
$(#[$meta:meta])*
wire: $wire_ty:ident,
$wrapper_ty:ident, $inner_ty:ty) => { ... };
}macro_rules! tpm2b_struct {
(
$(#[$meta:meta])*
wire: $wire_ty:ident,
$wrapper_ty:ident, $inner_ty:ty) => { ... };
}