ReplacePointer
status_t ReplacePointer(const char *name, const void *pointer);
status_t ReplacePointer(const char *name,int32 index,const void *pointer);
status_t ReplacePointer(const char* name,
status_t ReplacePointer(const char* name, int32 index,
{ return msg.ReplacePointer(name, index, val); }