pub unsafe extern "C" fn FLArrayIterator_Begin(
arg1: FLArray,
arg2: *mut FLArrayIterator,
)Expand description
Initializes a FLArrayIterator struct to iterate over an array. Call FLArrayIteratorGetValue to get the first item, then FLArrayIteratorNext.