例子: void* buf = static_cast<void*>(this->buffer->bufferArray[0]); 使用中改为void*的原因:想要的不是指针指向数组的内容,而是这个指针本身的值即地址