pub unsafe extern "C" fn duckdb_create_blob(
data: *const u8,
length: idx_t,
) -> duckdb_value
Expand description
Creates a value from a blob
@param data The blob data
@param length The length of the blob data
@return The value. This must be destroyed with duckdb_destroy_value
.