struct_alloc       16 struct.c       static VALUE struct_alloc(VALUE);
struct_alloc      198 struct.c           rb_define_alloc_func(nstr, struct_alloc);
struct_alloc      221 struct.c           return struct_alloc(klass);
struct_alloc      256 struct.c               rb_define_alloc_func(klass, struct_alloc);