pub unsafe extern "C" fn duckdb_value_int8(
    result: *mut duckdb_result,
    col: idx_t,
    row: idx_t
) -> i8
Expand description

returns: The int8_t value at the specified location, or 0 if the value cannot be converted.