A handle to FSUIPC
This type represents a handle to FSUIPC. It cannot be used directly to read of write from or
to FSUIPC offsets. A Session object is created from the handle instead.
A session of read & write operations from/to FSUIPC
Objects of this trait represents a session comprised of a sequence of read and write
operations. The operations are requested by using read() and write() methods.
They are not executed immediately but after calling process() method, which consumes
the session.