#define PTAPI __stdcalltypedef void* (PTAPI *PT_MALLOC) (PT_DWORD Size);typedef void (PTAPI *PT_FREE) (void *Memblock);
在Delphi中如何声明