Type Alias rb_sys::bindings::uncategorized::OnigWarnFunc
source · pub type OnigWarnFunc = Option<unsafe extern "C" fn(s: *const c_char)>;Expand description
Generated by rb-sys for Ruby 3.0.2
Aliased Type§
enum OnigWarnFunc {
None,
Some(unsafe extern "C" fn(_: *const i8)),
}