macro_rules! make_type { ($name:ident, $reader_ident: ident, $writer_ident: ident, $native_ty:ty, $size:expr) => { ... }; }