Type Alias windows::Wdk::System::SystemServices::pHalVectorToIDTEntry
pub type pHalVectorToIDTEntry = Option<unsafe extern "system" fn(vector: u32) -> u8>;
Aliased Type§
enum pHalVectorToIDTEntry {
None,
Some(unsafe extern "system" fn(_: u32) -> u8),
}