Function mentat_ffi::value_at_index_into_uuid [] [src]

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

Returns the value of the Binding at index as a UUID byte slice of length 16.

Panics

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