Function mentat_ffi::query_builder_bind_string [] [src]

#[no_mangle]
pub unsafe extern "C" fn query_builder_bind_string(
    query_builder: *mut QueryBuilder,
    var: *const c_char,
    value: *const c_char
)

Binds a TypedValue::String to a Variable with the given name.