Type Alias PCI_READ_WRITE_CONFIG
pub type PCI_READ_WRITE_CONFIG = Option<unsafe extern "system" fn(context: *const c_void, busoffset: u32, slot: u32, buffer: *const c_void, offset: u32, length: u32) -> u32>;Aliased Type§
pub enum PCI_READ_WRITE_CONFIG {
None,
Some(unsafe extern "system" fn(*const c_void, u32, u32, *const c_void, u32, u32) -> u32),
}