pub unsafe extern "C" fn rb_data_object_zalloc(
    klass: VALUE,
    size: size_t,
    dmark: RUBY_DATA_FUNC,
    dfree: RUBY_DATA_FUNC
) -> VALUE