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