pub unsafe extern "C" fn rb_error_frozen_object(what: VALUE) -> !Expand description
Identical to rb_error_frozen, except it takes arbitrary Ruby object
instead of C’s string.
§@param[in] what What was frozen.
@exception rb_eFrozenError Always raises this.
@note It never returns.
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3