Type Alias windows::Wdk::System::SystemServices::pHalGetPrmCache

pub type pHalGetPrmCache = Option<unsafe extern "system" fn(firmwarelist: *mut *mut LIST_ENTRY, updatelist: *mut *mut LIST_ENTRY)>;

Aliased Type§

enum pHalGetPrmCache {
    None,
    Some(unsafe extern "system" fn(_: *mut *mut LIST_ENTRY, _: *mut *mut LIST_ENTRY)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut *mut LIST_ENTRY, _: *mut *mut LIST_ENTRY))

Some value of type T.