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