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