pub unsafe extern "C" fn rb_add_event_hook(
    func: rb_event_hook_func_t,
    events: rb_event_flag_t,
    data: VALUE
)