pub fn mail_merge<P>( template: &Docx<'_>, _map: HashMap<String, String>, path: P) -> DocxResult<()> where P: AsRef<Path>,