pub fn maps_contain_addr_range( addr: usize, size: usize, maps: &[MapRange], ) -> bool
Returns whether or not any MapRange contains the given address range. Note: this will only work correctly on macOS and Linux.