pub type sasl_log_t = Option<unsafe extern "C" fn(context: *mut c_void, level: c_int, message: *const c_char) -> c_int>;
pub enum sasl_log_t { None, Some(unsafe extern "C" fn(*mut c_void, i32, *const i8) -> i32), }
No value.
Some value of type T.
T