magic: u32 = MH_MAGIC_64cputype: cpu_type_t = 0cpusubtype: cpu_subtype_t = 0filetype: u32 = 0ncmds: u32 = 0sizeofcmds: u32 = 0flags: u32 = 0reserved: u32 = 0pub const mach_header_64 = extern struct {
magic: u32 = MH_MAGIC_64,
cputype: cpu_type_t = 0,
cpusubtype: cpu_subtype_t = 0,
filetype: u32 = 0,
ncmds: u32 = 0,
sizeofcmds: u32 = 0,
flags: u32 = 0,
reserved: u32 = 0,
}