func Shutdown() error { C.nvmlShutdown_dl() return nvmlErr(C.nvmlShutdown()) }
func shutdown() error { return errorString(C.nvmlShutdown_dl()) }