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