void * create (const char *s) { return 0; } void destroy (void *o) { return; } void do_nothing (char c) { return; }