pub fn export_binary_from_snapshot(
    snapshot: &Snapshot,
    write: &mut dyn Write
) -> EIRes<()>