pub type sasl_realloc_t = Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: usize) -> *mut c_void>;
enum sasl_realloc_t { None, Some(unsafe extern "C" fn(_: *mut c_void, _: usize) -> *mut c_void), }
No value.
Some value of type T.
T