Function mentat_ffi::value_at_index_into_timestamp [] [src]

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

Returns the value of the Binding at index as a microsecond timestamp.

Panics

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