pub unsafe extern "C" fn duckdb_value_string(
    result: *mut duckdb_result,
    col: u64,
    row: u64
) -> duckdb_string
Expand description

s returns: The string value at the specified location. The result must be freed with duckdb_free.