Writes a LEB128 bytes block.
block
int writeLeb128Block(List<int> block) { writeLeb128UnsignedInt(block.length); return writeAll(block); }