pub unsafe extern "C" fn duckdb_create_varchar(
text: *const c_char,
) -> duckdb_valueExpand description
Creates a value from a null-terminated string. Returns nullptr if the string is not valid UTF-8 or other invalid input.
Superseded by duckdb_create_varchar_length.
@param text The null-terminated string
@return The value. This must be destroyed with duckdb_destroy_value.