public static extern NvmlReturn NvmlDeviceGetTotalEccErrors( NvmlDevice device, NvmlMemoryErrorType errorType, NvmlEccCounterType counterType, out ulong eccCounts);
internal static extern NvmlReturn NvmlDeviceGetDetailedEccErrors(IntPtr device, NvmlMemoryErrorType errorType, NvmlEccCounterType counterType, out NvmlEccErrorCounts eccCounts);
public static extern NvmlReturn NvmlDeviceGetMemoryErrorCounter( NvmlDevice device, NvmlMemoryErrorType errorType, NvmlEccCounterType counterType, NvmlMemoryLocation locationType, out ulong count);