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