pub unsafe extern "C" fn ucl_object_iterate_new(
    obj: *const ucl_object_t
) -> ucl_object_iter_t
Expand description

Create new safe iterator for the specified object @param obj object to iterate @return new iterator object that should be used with safe iterators API only