fun Buffer.writeULong(value: <ERROR CLASS>): Unit
Write an unsigned long integer or fail if not enough space available for writing. The numeric value is encoded in the network order (Big Endian).
inline fun IoBuffer.writeULong(value: <ERROR CLASS>): Unit
@ExperimentalUnsignedTypes inline fun Output.writeULong(v: <ERROR CLASS>): Unit