inline expect fun Memory.storeIntAt(offset: Int, value: Int): Unit
inline expect fun Memory.storeIntAt(offset: Long, value: Int): Unit
Write regular signed 32bit integer in the network byte order (Big Endian)