pub fn full_add_32(a: bool, b: u32, c: u32) -> (bool, u32)
Add two integers. Take a carry-in and return a carry-out.
119 mWU (milli weight units)