pub fn open_seekable_csv_reader( path: &Path, delimiter: u8, has_headers: bool, ) -> Result<Reader<BufReader<File>>>