Construct an windows::overlapped_handle
without opening it.
overlapped_handle( asio::io_context & io_context);
This constructor creates a handle without opening it.
The io_context
object that the handle will use to dispatch handlers for any asynchronous
operations performed on the handle.