Type Alias PCI_LINE_TO_PIN
pub type PCI_LINE_TO_PIN = Option<unsafe extern "system" fn(context: *const c_void, pcinewdata: *const PCI_COMMON_CONFIG, pciolddata: *const PCI_COMMON_CONFIG)>;Aliased Type§
pub enum PCI_LINE_TO_PIN {
None,
Some(unsafe extern "system" fn(*const c_void, *const PCI_COMMON_CONFIG, *const PCI_COMMON_CONFIG)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*const c_void, *const PCI_COMMON_CONFIG, *const PCI_COMMON_CONFIG))
Some value of type T.