pub unsafe extern "C" fn rb_data_object_wrap(
    arg1: VALUE,
    arg2: *mut c_void,
    arg3: RUBY_DATA_FUNC,
    arg4: RUBY_DATA_FUNC
) -> VALUE