Function mentat_ffi::typed_value_into_kw [] [src]

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

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

Panics

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