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