Type Alias windows::Wdk::System::SystemServices::PciReadWriteConfig

pub type PciReadWriteConfig = Option<unsafe extern "system" fn(bushandler: *const isize, slot: PCI_SLOT_NUMBER, buffer: *const c_void, offset: u32, length: u32)>;

Aliased Type§

enum PciReadWriteConfig {
    None,
    Some(unsafe extern "system" fn(_: *const isize, _: PCI_SLOT_NUMBER, _: *const c_void, _: u32, _: u32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const isize, _: PCI_SLOT_NUMBER, _: *const c_void, _: u32, _: u32))

Some value of type T.