pub fn replace_in_file( path: &Path, key_value_map: Arc<HashMap<String, String>>, inplace: bool, prefix: &str, ) -> Result<()>