ref: 6d7bf12a173f770c54c290c608a6f80bd0d0c83e dir: /frame.h/
typedef struct Frame Frame; struct Frame { int w, h; uvlong dt; u8int rgb[1]; };