How can I get the offset of a variable of a struct in Kotlin? In objective C there is a offsetof(str...
t
How can I get the offset of a variable of a struct in Kotlin? In objective C there is a offsetof(struct, elem) function. Can I access that from Kotlin?