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

returns: The boolean value at the specified location, or false if the value cannot be converted.