WGGDK6VO56H2JP26KPSCQEGH5QETOPGWL6JVJVEKG6VK275FX2BAC
/** Cast as []uint64_t */
bufp = (uint64_t *)buf;
off->version = *bufp++;
off->hashed_len = *bufp++;
off->unhashed_off = *bufp++;
off->unhashed_len = *bufp++;
off->contents_off = *bufp++;
off->contents_len = *bufp++;
off->total = *bufp;
off->version = bincode_getu64(&binstat);
off->hashed_len = bincode_getu64(&binstat);
off->unhashed_off = bincode_getu64(&binstat);
off->unhashed_len = bincode_getu64(&binstat);
off->contents_off = bincode_getu64(&binstat);
off->contents_len = bincode_getu64(&binstat);
off->total = bincode_getu64(&binstat);