fn full_mul_u64<const N: usize>(a: &[u64; N], b: u64) -> ArrayPlusOne<u64, N>
Widening multiplication of an N-digit array with a u64