PIOMMU_QUERY_INPUT_MAPPINGS

Type Alias PIOMMU_QUERY_INPUT_MAPPINGS 

pub type PIOMMU_QUERY_INPUT_MAPPINGS = Option<unsafe extern "system" fn() -> NTSTATUS>;

Aliased Type§

pub enum PIOMMU_QUERY_INPUT_MAPPINGS {
    None,
    Some(unsafe extern "system" fn() -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn() -> NTSTATUS)

Some value of type T.