pub fn write_var_int( int: i32, stream: &mut BitWriteStream<'_, LittleEndian>, signed: bool, ) -> ReadResult<()>