macro_rules! impl_size_int {
    ($ser_method:ident($ty:ty) = $size_method:ident()) => { ... };
}