#ifndef inc_libhello_h#define inc_libhello_htypedefunsignedcharuint8;typedefunsignedshortuint16;typedefenum{KGRE_OK=0U,KGRE_NOT_OK=1U,}KeyGenResult;KeyGenResultGenerateKeyEx(constuint8*iSeedArray,/* Array for the seed [in] */uint8iSeedArraySize,/* Length of the array for the seed [in] */constuint8iSecurityLevel,/* Security level [in] */uint8*iKeyArray,/* Array for the key [in, out] */uint8*iKeySize/* Length of the key [out] */);#endif