pub unsafe fn value_from_raw(val: VALUE) -> Value
Expand description

Convert rb_sys::VALUE to magnus::Value.

Safety

You must only supply a valid VALUE obtained from rb-sys to this function. Using a invalid Value produced from this function will void all saftey guarantees provided by Magnus.