protection: vm_prot_tmax_protection: vm_prot_tinheritance: vm_inherit_tshared: boolean_treserved: boolean_toffset: memory_object_offset_tbehavior: vm_behavior_tuser_wired_count: u16pub const vm_region_basic_info_64 = extern struct {
protection: vm_prot_t,
max_protection: vm_prot_t,
inheritance: vm_inherit_t,
shared: boolean_t,
reserved: boolean_t,
offset: memory_object_offset_t,
behavior: vm_behavior_t,
user_wired_count: u16,
}