The type associated with each key in the tree.
Currently fixed to u64, assuming byte offsets as values.
For leaf nodes except the last one, the offset is the byte offset of actual data. For the last entry of a leaf node, the offset is the byte offset of the next leaf node as it’s B+Tree.
For internal nodes, the offset is the byte offset of the first key of the child node.