Function mentat_ffi::query_builder_bind_long [] [src]

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

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