actual = ReadChunkRecords(iff, buf, bytesPerRecord, numRecords);
D0 A0 A1 D0 D1
LONG ReadChunkRecords(struct IFFHandle *, APTR, LONG, LONG);
Reads records from the current chunk into buffer. Truncates attempts to read past end of chunk (only whole records are read; remaining bytes that are not of a whole record size are left unread and available for
ReadChunkBytes()).