LVX6U4EKYXM6H32X5SZS4UBIM5PW4ND4F4QQOF5EQDX3DUHBYFGAC
/* metadata: Vec<u8> */
len = bincode_getu64(&binstat);
if (len > 0) {
uint8_t *bytes = bincode_getbytes(&binstat, len);
dump_buf("metadata", bytes, len);
free(bytes);
}
dump_buf("buf", binstat.buf, binstat.avail);
/* changes (without the contents): Vec<Hunk> */
/* Hash of contents */