Can't we just write

Code:
typedef void (*PTCtype) (const char*);
PTCtype PTCaddy = (PTCtype)0x485FA0;
....

then call

Code:
PTCaddy("whatevercommand");