Common Trace Format
CTF
liftable getInt(ctfObject: strict CTF, member: strict String): Int
liftable def getInt(ctfObject: strict CTF, member: strict String): Int = extern("CTF_getInt")
liftable getString(ctfObject: strict CTF, member: strict String): String
liftable def getString(ctfObject: strict CTF, member: strict String): String = extern("CTF_getString")