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