pub unsafe extern "C" fn duckdb_value_is_null( result: *mut duckdb_result, col: idx_t, row: idx_t, ) -> bool
returns: Returns true if the value at the specified index is NULL, and false otherwise.