async fn write_with_len_prefix<T: Serialize>( writer: &mut SnapshotPayloadWriter, data: &T, ) -> BackupResult<()>