Type Alias windows::Wdk::System::SystemServices::PciPin2Line
pub type PciPin2Line = Option<unsafe extern "system" fn(bushandler: *const isize, roothandler: *const isize, slotnumber: PCI_SLOT_NUMBER, pcidata: *const PCI_COMMON_CONFIG)>;
Aliased Type§
enum PciPin2Line {
None,
Some(unsafe extern "system" fn(_: *const isize, _: *const isize, _: PCI_SLOT_NUMBER, _: *const PCI_COMMON_CONFIG)),
}
Variants§
None
No value.
Some(unsafe extern "system" fn(_: *const isize, _: *const isize, _: PCI_SLOT_NUMBER, _: *const PCI_COMMON_CONFIG))
Some value of type T
.