pub unsafe extern "C" fn duckdb_create_varchar_length(
text: *const i8,
length: u64,
) -> *mut _duckdb_value
Expand description
Creates a value from a string
value: The text
length: The length of the text
returns: The value. This must be destroyed with duckdb_destroy_value
.