getAllocatedSingleString関数で確保されたメモリを開放する.
void freeAllocatedSingleString(char* _pstData)
void freeAllocatedSingleWideString(wchar_t* _pwstData)
getAllocatedSingleStringで確保された"_pstData" ポインタ.
getAllocatedSingleWideStringで確保された"_pwstData" ポインタ.