pub fn output_map_to_file<M: Serialize, P: AsRef<Path>>(
    file_name: P,
    data: &M
) -> Result<()>