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