How can I get the offset of a variable of a struct...
# kotlin-native
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?