pub fn write_uint( buf: &mut impl Write, value: u64, ) -> Result<(), BrdbSchemaError>
Write the smallest possible unsigned integer representation of value to the buffer.
value