pub unsafe extern "C" fn duckdb_create_varchar(
text: *const c_char,
) -> duckdb_value
Expand description
Creates a value from a null-terminated string
@param text The null-terminated string
@return The value. This must be destroyed with duckdb_destroy_value
.