pub unsafe extern "C" fn duckdb_create_varchar_length(
    text: *const c_char,
    length: idx_t
) -> 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.