原文是:``const void* 和 const char*`` ```C++ 现在如果使用void*和char*调用processPointer就是无效的,按常理说const void*和const void*也应该无效,所以这些实例也应该标注delete: ```