pub fn set_path_value( input: impl AsRef<Path>, output: impl AsRef<Path>, query: &str, raw_value: &str, value_format: ValueFormat, from: Option<Format>, to: Option<Format>, overwrite: bool, ) -> Result<String>