pub fn export_snapshot(
    snapshot: Snapshot,
    path: String,
    overwrite: bool
) -> Result<(), Error>