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