pub type sasl_callback_t = sasl_callback;
Aliased Type§
struct sasl_callback_t {
pub id: u64,
pub proc_: Option<unsafe extern "C" fn() -> i32>,
pub context: *mut c_void,
}
Fields§
§id: u64
§proc_: Option<unsafe extern "C" fn() -> i32>
§context: *mut c_void