pub fn adc(a: &mut u64, b: u64, carry: u64) -> u64
Expand description

Calculate a + b + carry, returning the sum and modifying the carry value.