fn write_pci_config<T: IoPortInt>(
    bus: u8,
    dev: u8,
    func: u8,
    offset: u8,
    value: T
)