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