in src/main/kotlin/jsitter/impl/SubtreeAccess.kt [38:40]
fun readShort(addr: Ptr) : Int { return ((unsafe.getShort(addr)).toInt()).and(0xFFFF) }