#pragma once #include #include struct openssl_config { bool enable; bool override; }; HRESULT openssl_hook_init(const struct openssl_config *cfg);