procedure
( read-bytes* len[in])→bytes?
#"abcd"
read-bytes*: unexpected end of input
tried to read: 2 bytes
available: 1 bytes
received: #"e"
procedure
[ outstartbstr:bytes?
If bstr contains any null bytes between start and end, an error is raised.
procedure
( read-null-terminated-bytes [in])→bytes?
#"abcde"