pub fn par_for_each_in<T: IntoIterator>(
    t: T,
    for_each: impl FnMut(T::Item) + Sync + Send
)