#pragma once #include #include #include struct syscfg_config { bool enable; uint32_t log_level; }; HRESULT syscfg_hook_init(const struct syscfg_config *cfg, const uint32_t gid);