pub fn carrying_add_n(lhs: &mut [u64], rhs: &[u64], carry: bool) -> bool
⚠️ lhs += rhs + carry
lhs += rhs + carry