pub type event_log_cb = Option<unsafe extern "C" fn(severity: c_int, msg: *const c_char)>;
pub enum event_log_cb { None, Some(unsafe extern "C" fn(i32, *const i8)), }
No value.
Some value of type T.
T