pub const STV = enum(u3)
pub const STV = enum(u3) { DEFAULT = 0, INTERNAL = 1, HIDDEN = 2, PROTECTED = 3, }