pub unsafe extern "C" fn rb_data_object_wrap(
klass: VALUE,
datap: *mut c_void,
dmark: RUBY_DATA_FUNC,
dfree: RUBY_DATA_FUNC
) -> VALUE