private static extern void ilSetMemory(TCALLBACKmAlloc mAlloc, TCALLBACKmFree mFree);
 // ILAPI void      ILAPIENTRY ilSetMemory(mAlloc, mFree);
 public static void SetMemory(TCALLBACKmAlloc mAlloc, TCALLBACKmFree mFree)
 {
     ilSetMemory(mAlloc, mFree);
 }