#include struct gc; struct string; struct value* new_builtin_lambda_value( struct gc* gc, struct string* name, builtin_funcptr_t funcptr);