7#define Putchar gdPutchar
void gdPutInt(int w, gdIOCtx *ctx)
void Putword(int w, gdIOCtx *ctx)
int gdGetIntLSB(signed int *result, gdIOCtx *ctx)
long gdTell(gdIOCtx *ctx)
int gdGetBuf(void *, int, gdIOCtx *)
void Putchar(int c, gdIOCtx *ctx)
int gdGetByte(int *result, gdIOCtx *ctx)
int gdGetInt(int *result, gdIOCtx *ctx)
struct gdIOCtx * gdIOCtxPtr
int gdPutBuf(const void *, int, gdIOCtx *)
int gdGetWord(int *result, gdIOCtx *ctx)
void gdPutWord(int w, gdIOCtx *ctx)
int gdSeek(gdIOCtx *ctx, const int)
void gdPutC(const unsigned char c, gdIOCtx *ctx)
int gdGetWordLSB(signed short int *result, gdIOCtx *ctx)
int(* seek)(struct gdIOCtx *, const int)
void(* putC)(struct gdIOCtx *, int)
long(* tell)(struct gdIOCtx *)
int(* getC)(struct gdIOCtx *)
int(* putBuf)(struct gdIOCtx *, const void *, int)
void(* gd_free)(struct gdIOCtx *)
int(* getBuf)(struct gdIOCtx *, void *, int)
ZEND_API void(ZEND_FASTCALL *zend_touch_vm_stack_data)(void *vm_stack_data)