9typedef struct Formattable {
14 bool (*format)(_In_
void* self,
FMTVar* v,
string* out);
16extern Formattable Formattable_tmpl;
CX Object System - Object-oriented programming in C.
Format variable descriptor for Formattable interface implementations.