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