Function mbedtls_mpi_copy

Source
pub unsafe extern "C" fn mbedtls_mpi_copy(
    X: *mut mbedtls_mpi,
    Y: *const mbedtls_mpi,
) -> c_int