#pragma once #include #include struct bnusio_config { bool enable; }; HRESULT bnusio_hook_init(const struct bnusio_config *cfg); void bnusio_insert_hooks(HMODULE target);