fn worker(iter: ParIter<'_, (&[i32; 64], &[i32; 64])>) -> Option<i32>
Pair addition is independent so we can parallelize across multiple threads.