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§
None
No value.
Some(unsafe extern "system" fn(_: *mut *mut LIST_ENTRY, _: *mut *mut LIST_ENTRY))
Some value of type T
.