#[no_mangle]
pub extern "C" fn pactffi_message_pact_message_iter_next(
    iter: *mut MessagePactMessageIterator
) -> *mut Message
Expand description

Get the next message from the message pact.

§Safety

This function is safe.

§Error Handling

This function will return a NULL pointer if passed a NULL pointer or if an error occurs.