pub unsafe extern "C" fn duckdb_value_boolean( result: *mut duckdb_result, col: idx_t, row: idx_t, ) -> bool
returns: The boolean value at the specified location, or false if the value cannot be converted.