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