Function esp_idf_sys::mbedtls_mpi_init
source ยท pub unsafe extern "C" fn mbedtls_mpi_init(X: *mut mbedtls_mpi)
Expand description
\brief Initialize an MPI context.
This makes the MPI ready to be set or freed,
but does not define a value for the MPI.
\param X The MPI context to initialize. This must not be \c NULL.