pub unsafe extern "C" fn mbedtls_mpi_free(X: *mut mbedtls_mpi)
Expand description

\brief This function frees the components of an MPI context.

\param X The MPI context to be cleared. This may be \c NULL, in which case this function is a no-op. If it is not \c NULL, it must point to an initialized MPI.