pub type PCI_PIN_TO_LINE = Option<unsafe extern "system" fn(context: *const c_void, pcidata: *const PCI_COMMON_CONFIG)>;

Aliased Type§

enum PCI_PIN_TO_LINE {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: *const PCI_COMMON_CONFIG)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: *const PCI_COMMON_CONFIG))

Some value of type T.