pub unsafe extern "C" fn rb_sys_warning(fmt: *const c_char, ...)Expand description
Identical to rb_sys_fail, except it does not raise an exception to render
a warning instead.
ยง@note This function is affected by the -W flag.
@param[in] fmt Format specifier string compatible with rb_sprintf.
Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3