pub fn write_u32_leb128<W: Write>(writer: &mut W, value: u32) -> Result<()>
Write a u32 to LEB128 encoding.