pub unsafe extern "C" fn dtls_session_equals( a: *const session_t, b: *const session_t, ) -> c_int
Compares the given session objects. This function returns @c 0 when @p a and @p b differ, @c 1 otherwise.