pub fn open_csv_writer( path: Option<&Path>, delimiter: u8, encoding: &'static Encoding, ) -> Result<Writer<Box<dyn Write>>>