Type Alias IOMMU_MAP_LOGICAL_RANGE
pub type IOMMU_MAP_LOGICAL_RANGE = Option<unsafe extern "system" fn(domain: *const IOMMU_DMA_DOMAIN, permissions: u32, mdl: *const MDL, logicaladdress: u64) -> NTSTATUS>;Aliased Type§
pub enum IOMMU_MAP_LOGICAL_RANGE {
None,
Some(unsafe extern "system" fn(*const IOMMU_DMA_DOMAIN, u32, *const MDL, u64) -> NTSTATUS),
}