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