pub const SYS_PCI_ENUM: usize = 240; // 240usizeExpand description
Enumerate PCI devices matching specified criteria.
criteria_ptr: pointer to aPciProbeCriteriastruct (class, subclass, vendor/device ID)out_ptr: buffer to receivePciDevicestructsmax_count: maximum number of devices to return
Returns the number of matching devices found.