pub unsafe extern "C" fn mbedtls_ecdsa_init(
    ctx: *mut mbedtls_ecdsa_context
)
Expand description

\brief This function initializes an ECDSA context.

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