pub const MemoryProtection = packed struct(u3)
pub const MemoryProtection = packed struct(u3) { read: bool = false, write: bool = false, execute: bool = false, }