: VALUE rb_thread_create(fn, arg)
    VALUE (*fn)();
    void *arg;

