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