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