magic: u32cputype: cpu_type_tcpusubtype: cpu_subtype_tfiletype: u32ncmds: u32sizeofcmds: u32flags: u32pub const mach_header = extern struct {
magic: u32,
cputype: cpu_type_t,
cpusubtype: cpu_subtype_t,
filetype: u32,
ncmds: u32,
sizeofcmds: u32,
flags: u32,
}