#pragma once #ifdef __cplusplus extern "C" { #endif struct SharedKey { unsigned char* shared; unsigned int shared_len; }; #ifdef __cplusplus } // extern "C" #endif