5 int __stdcall
arc_test();
8 ctl_api_handle_t hAPIHandle
;
9 ctl_device_adapter_handle_t
* handles
;
13 Devices __stdcall
GetDevices();
14 bool __stdcall
FreeDevices(Devices devices
);
16 double __stdcall
GetTemperature(Devices devices
, uint32_t n
);
18 //void __stdcall SetRGB(Devices devices, uint32_t n, unsigned char r, unsigned char g, unsigned char b);