pub unsafe extern "C" fn FLDeepIterator_GetValue(
arg1: FLDeepIterator,
) -> FLValueExpand description
Returns the current value being iterated over. or NULL at the end of iteration.
pub unsafe extern "C" fn FLDeepIterator_GetValue(
arg1: FLDeepIterator,
) -> FLValueReturns the current value being iterated over. or NULL at the end of iteration.