can lite_c`s struct save function point,any one know know?likes this,how can do this:

Code:
void*_functionPoint(int id,ENTITY* e){
   //...
}
typedef struct{
   int _beep;
   void* functionPoint(int id,ENTITY* e);
};




development 3d game is interesting!