Function mentat_ffi::value_at_index_into_string [] [src]

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

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

Panics

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