void* ptr = static_cast<void*>(new char[128]);


std::wrapper wrap(ptr, sizeof(char[128]));


이런식으로 쓸 수 있을.. 있을 거 같은데 ㅡ,.ㅡ..