public static extern nvmlReturn nvmlEventSetWait(nvmlEventSet set, ref nvmlEventData data, uint timeoutms);
 public static extern nvmlReturn nvmlEventSetCreate(ref nvmlEventSet set);
 public static extern nvmlReturn nvmlEventSetFree(nvmlEventSet set);
 public static extern nvmlReturn nvmlDeviceRegisterEvents(nvmlDevice device, ulong eventTypes, nvmlEventSet set);