Function mentat_ffi::query_builder_bind_uuid [] [src]

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

Binds a TypedValue::Uuid to a Variable with the given name. Takes a UUID as a byte slice of length 16. This maps directly to the uuid_t C type.