fn extract_arraylike<T>( file: impl Read, dir_path: impl AsRef<Path>, ) -> Result<()>where T: for<'a> ArrayLikeElement<'a>,