Function mentat_ffi::query_builder_bind_ref [] [src]

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

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