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