pub(crate) const OUTPUT_IDX_HEADER_LEN: i64 = 8;Expand description
Magic header size for output.idx: the first 8 bytes are the output byte-size
the index was built for. The index is valid iff this equals output’s current
size; otherwise it is stale and must be rebuilt.