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