fun addMod(value: UInt64!, modulus: UInt64!): UInt64!
fun addMod(value: Long, modulus: UInt64!): UInt64!
fun addMod(value: Long, modulus: Long): UInt64!