const BlockType = enum(u2)
const BlockType = enum(u2) { stored = 0, fixed = 1, dynamic = 2, invalid = 3, }