macro_rules! impl_read_unsigned_leb128 {
    ($fn_name:ident, $int_ty:ty) => { ... };
}