pub type IOAddressRange = IOVirtualRange;
libc
Apple’s documentation
#[repr(C)]pub struct IOAddressRange { pub address: u64, pub length: u64, }
address: u64
length: u64