pub fn detect_csv_layout( path: &Path, delimiter: u8, encoding: &'static Encoding, header_override: Option<bool>, ) -> Result<CsvLayout>