Function mentat_ffi::typed_value_result_set_iter_next [] [src]

#[no_mangle]
pub unsafe extern "C" fn typed_value_result_set_iter_next(
    iter: *mut BindingListIterator
) -> *mut Vec<Binding>

Returns the next value in the iter as a Vec<ValueType>. 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_list_destroy is provided for releasing the memory for this pointer type.