pub unsafe extern "C" fn rb_syserr_fail_str(
err: c_int,
msg: VALUE,
) -> !Expand description
Identical to rb_syserr_fail, except it takes the message in Ruby’s String
instead of C’s.
§@param[in] err C level errno.
@param[in] msg Additional message to raise.
@exception rb_eSystemCallError An exception representing err.
@note It never returns.
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3