Describe the bug
Many C++ wrapper types in msquic.hpp (and other C++ headers) need copy / move constructors and operator= to be deleted or implemented.
Affected OS
Additional OS information
No response
MsQuic version
main
Steps taken to reproduce bug
Code issue, no repro.
Expected behavior
The API user cannot cause a double free by copying / moving an object.
Actual outcome
The API user would corrupt / double free memory if they copy / move some C++ wrappers.
Additional details
No response