Function mentat_ffi::value_at_index_into_long [] [src]

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

Returns the value of the Binding at index as a long.

Panics

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