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