I understand my mistake.
t = cast[ref Raw_Frame](addr c)
Run
should be
t = cast[ref Raw_Frame](addr c[0])
Run
I understand my mistake.
t = cast[ref Raw_Frame](addr c)
Run
should be
t = cast[ref Raw_Frame](addr c[0])
Run