Function mentat_ffi::typed_value_into_long [] [src]

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

Consumes a Binding and returns the value as a C long.

Panics

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