pub fn add_64(a: u64, b: u64) -> (bool, u64)
Add two integers and return the carry.
109 mWU (milli weight units)