Function mentat_ffi::typed_value_into_timestamp [] [src]

#[no_mangle]
pub unsafe extern "C" fn typed_value_into_timestamp(
    typed_value: *mut Binding
) -> c_longlong

Consumes a Binding and returns the value as a microsecond timestamp.

Panics

If the ValueType of the Binding is not ValueType::Long.