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