set

fun set(layout: ValueLayout.OfDouble?, offest: Long, newValue: Double)
fun set(layout: ValueLayout.OfFloat?, offest: Long, newValue: Float)
fun set(layout: ValueLayout.OfInt?, offest: Long, newValue: Int)
fun set(layout: ValueLayout.OfLong?, offest: Long, newValue: Long)
fun set(layout: AddressLayout?, offest: Long, newValue: MemorySegment)
fun set(layout: ValueLayout.OfShort?, offest: Long, newValue: Short)