Function pact_ffi::pactffi_mismatches_iter_next

source ·
#[no_mangle]
pub extern "C" fn pactffi_mismatches_iter_next(
    iter: *mut MismatchesIterator
) -> *const Mismatch
Expand description

Get the next mismatch from a mismatches iterator.

Returns a null pointer if no mismatches remain.