Utilities for working with buffers.
IOCP APIs require passing ownership of buffers to the runtime. The crate defines IoBuf and IoBufMut traits which are implemented by buffer types that respect the IOCP contract.
IoBuf
IoBufMut