pub unsafe extern "C" fn mbedtls_ecdh_init(
    ctx: *mut mbedtls_ecdh_context
)
Expand description

\brief This function initializes an ECDH context.

\param ctx The ECDH context to initialize. This must not be \c NULL.