pub type OnigWarnFunc = Option<unsafe extern "C" fn(s: *const c_char)>;
enum OnigWarnFunc { None, Some(unsafe extern "C" fn(_: *const i8)), }
No value.
Some value of type T.
T