pub fn par_chunks_mut<T>(slice: &mut [T], chunk_size: usize) -> ChunksMut<'_, T>where T: Send,
Helper function for parallel mutable chunks processing