pub fn write_varint_be(buf: &mut Vec<u8>, val: u32) -> usize
Write a big-endian varint (used by exception tables).