open fun writeUInt64(value: Long): Unit
Write a 64-bit unsigned integer to the output. Note that the argument value is a native signed long but will be interpreted as an unsigned value.
value
value - Long: the long to write