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