Function mentat_ffi::typed_value_list_iter_next [] [src]

#[no_mangle]
pub unsafe extern "C" fn typed_value_list_iter_next(
    iter: *mut BindingIterator
) -> *mut Binding

Returns the next value in the iter as a Binding. If there is no value next value, a null pointer is returned.

Safety

Callers are responsible for managing the memory for the return value. A destructor typed_value_destroy is provided for releasing the memory for this pointer type.