pub unsafe extern "C" fn mbedtls_ssl_session_free(
    session: *mut mbedtls_ssl_session
)
Expand description

\brief Free referenced items in an SSL session including the peer certificate and clear memory

\note A session object can be freed even if the SSL context that was used to retrieve the session is still in use.

\param session SSL session