fn add_e820_entry( entry: Option<&mut e820entry>, range: MemoryRange, typ: u32, ) -> Result<(), BuildE820MapError>