pub type Logger_DoWarn = Option<unsafe extern "C" fn(msg: *const cc_string)>;
enum Logger_DoWarn { None, Some(unsafe extern "C" fn(_: *const cc_string_)), }
No value.
Some value of type T.
T