#ifdef __cplusplus extern "C" { #endif #pragma once // Opaque type definition for $classname typedef struct TRandom_tag TRandom_t;typedef TRandom_t * TRandom_p;typedef TRandom_t const* const_TRandom_p; #ifdef __cplusplus } #endif