forEachByteIndexed

inline fun ByteIterable.forEachByteIndexed(action: (index: Int, Byte) -> Unit)