pub unsafe extern "C" fn FLDeepIterator_New(
arg1: FLValue,
) -> FLDeepIteratorExpand description
Creates a FLDeepIterator to iterate over a dictionary. Call FLDeepIterator_GetKey and FLDeepIterator_GetValue to get the first item, then FLDeepIterator_Next.