[][src]Type Definition ldap_sys::LDAP_SORT_AV_CMP_PROC

type LDAP_SORT_AV_CMP_PROC = extern "C" fn(left: *const c_void, right: *const c_void) -> c_int;
Deprecated