Interface: AllocStructOptions
Options for allocStruct.
Properties
lengths?
optionallengths?:Record<string,number>
How many elements to allocate for each named array field, as
{ field: count }. A field named here must be one that has a
StructFieldOptions.lengthOf field pointing at it — for a
'cstring' field the count is a number of bytes.