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