Function mentat_ffi::value_at_index_into_kw [] [src]

#[no_mangle]
pub unsafe extern "C" fn value_at_index_into_kw(
    values: *mut Vec<Binding>,
    index: c_int
) -> *const c_char

Returns the value of the Binding at index as a keyword C String.

Panics

If the ValueType of the Binding is not ValueType::Ref. If there is no value at index.