Function mentat_ffi::typed_value_into_string [] [src]

#[no_mangle]
pub unsafe extern "C" fn typed_value_into_string(
    typed_value: *mut Binding
) -> *const c_char

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

Panics

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