pci_get_nth_device - TODO(ZX-3106)
#include <zircon/syscalls.h>
zx_status_t zx_pci_get_nth_device(zx_handle_t handle,
uint32_t index,
zx_pcie_device_info_t* out_info,
zx_handle_t* out_handle);
TODO(ZX-3106)
handle must have resource kind ZX_RSRC_KIND_ROOT.
TODO(ZX-3106)
TODO(ZX-3106)
TODO(ZX-3106)