Type Alias pHalGetPrmCache
pub type pHalGetPrmCache = Option<unsafe extern "system" fn(firmwarelist: *mut *mut LIST_ENTRY, updatelist: *mut *mut LIST_ENTRY)>;Aliased Type§
pub 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.