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