pub fn convert_path( input: impl AsRef<Path>, output: Option<impl AsRef<Path>>, from: Option<Format>, to: Option<Format>, ) -> Result<String>