pub unsafe extern "C" fn FLArrayIterator_GetCount(
arg1: *const FLArrayIterator,
) -> u32Expand description
Returns the number of items remaining to be iterated, including the current one.
pub unsafe extern "C" fn FLArrayIterator_GetCount(
arg1: *const FLArrayIterator,
) -> u32Returns the number of items remaining to be iterated, including the current one.