unsafe extern "C" fn pci_config_write32( bus: u64, device: u64, function: u64, offset: u64, value: u32, )
Write 32-bit value to PCI configuration space. Args: bus, device, function, offset, value