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