pub fn subtract_64(a: u64, b: u64) -> (bool, u64)
Subtract the second integer from the first integer, and return the borrow bit.
115 mWU (milli weight units)