public static extern nvmlReturn nvmlDeviceDiscoverGpus(ref nvmlPciInfo spciInfo);
public static extern nvmlReturn nvmlDeviceGetPciInfo(nvmlDevice device, ref nvmlPciInfo pci);
public static extern nvmlReturn nvmlDeviceGetNvLinkRemotePciInfo(nvmlDevice device, uint link, ref nvmlPciInfo pci);