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