fn jsonb_path_query2<'a>( target: JsonbRef<'a>, path: &JsonPath, ) -> Result<impl Iterator<Item = JsonbVal> + 'a>