pub unsafe extern "C" fn rb_mod_sys_fail(
mod_: VALUE,
msg: *const c_char,
) -> !Expand description
Identical to rb_sys_fail, except it takes additional module to extend the
exception object before raising.
@param[in] mod A ::rb_cModule instance.
@param[in] msg Additional message to raise.
@exception rb_eSystemCallError An exception representing errno.
@note It never returns.
@internal
ยงDoes anybody use it?
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.3.8