pub unsafe extern "C" fn zx_pci_get_nth_device(
    handle: zx_handle_t,
    index: u32,
    out_info: *mut zx_pcie_device_info_t,
    out_handle: *mut zx_handle_t
) -> zx_status_t