The function msat returns the saturated representation of the prime modulus.
Postconditions: twos_complement_eval out1 = m 0 ≤ eval out1 < m
Output Bounds: out1: [[0x0 ~> 0xffffffffffffffff], [0x0 ~> 0xffffffffffffffff], [0x0 ~> 0xffffffffffffffff], [0x0 ~> 0xffffffffffffffff], [0x0 ~> 0xffffffffffffffff], [0x0 ~> 0xffffffffffffffff], [0x0 ~> 0xffffffffffffffff]]
pub fn msat(out1: *[7]u64) void
pub fn msat(out1: *[7]u64) void {
@setRuntimeSafety(mode == .debug);
out1[0] = 0xecec196accc52973;
out1[1] = 0x581a0db248b0a77a;
out1[2] = 0xc7634d81f4372ddf;
out1[3] = 0xffffffffffffffff;
out1[4] = 0xffffffffffffffff;
out1[5] = 0xffffffffffffffff;
out1[6] = 0x0;
}