setInt64

fun Buffer.setInt64(index: Int, value: Long)

Deprecated

Replace with

set64LE(index * Long.SIZE_BYTES, value)