#pragma once #include #include struct led_config { bool enable; }; HRESULT led_hook_init(const struct led_config *cfg);