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