Utility functions for marshalling to and from bigstring.
In all functions below, pos
is the index into the bigstring to read from or write to
and an exception is raised if that index is invalid. The default is 0.
marshals value _
to the bigstring at most len
bytes.
marshals value _
to a new bigstring. This function may need two times more memory
than marshal_blit
.