namespace wordle { namespace draw { void guesses(struct screen& s, void (*draw_char)(uint8_t, int32_t, int32_t)); } }