pub fn write_variable_length_integer(destination: &mut Vec<u8>, value: u64)
Write a variable length integer to the given buffer (ULEB128)