Function mentat_ffi::query_builder_bind_boolean [] [src]

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

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