open fun writeFixedBytesList(byteLength: Int, elements: MutableList<out Bytes>): Unit
Write a list of known-size homogenous bytes. The list itself WILL have a length mixin, but the elements WILL NOT.
byteLength - the number of bytes in each element
byteLength
elements - the known-size bytes to write as a list
elements