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