pub type physdev_manage_pci_t = physdev_manage_pci;
#[repr(C)]pub struct physdev_manage_pci_t { pub bus: u8, pub devfn: u8, }
bus: u8
devfn: u8