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