19void ruby_register_rollback_func_for_ensure(
VALUE (*ensure_func)(
VALUE),
VALUE (*rollback_func)(
VALUE));
22void rb_free_shared_fiber_pool(
void);
24void rb_fiber_pool_lock_atfork(
void);
32void rb_fiber_free_body(
void *fiber);
uintptr_t VALUE
Type that represents a Ruby object.