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