Function mbedtls_sys::mpi_add_mpi[][src]

pub unsafe extern "C" fn mpi_add_mpi(
    X: *mut mpi,
    A: *const mpi,
    B: *const mpi
) -> c_int