pub type ldap_conn_del_f = Option<unsafe extern "C" fn(ld: *mut LDAP, sb: *mut Sockbuf, ctx: *mut ldap_conncb)>;
pub enum ldap_conn_del_f { None, Some(unsafe extern "C" fn(*mut ldap, *mut sockbuf, *mut ldap_conncb)), }
No value.
Some value of type T.
T