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