Function mentat_ffi::typed_value_list_into_iter [] [src]

#[no_mangle]
pub unsafe extern "C" fn typed_value_list_into_iter(
    values: *mut Vec<Binding>
) -> *mut BindingIterator

Consumes the Vec<Binding> and returns an iterator over the values.

Safety

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