pub unsafe extern "C" fn mbedtls_mpi_swap(
    X: *mut mbedtls_mpi,
    Y: *mut mbedtls_mpi
)
Expand description

\brief Swap the contents of two MPIs.

\param X The first MPI. It must be initialized. \param Y The second MPI. It must be initialized.