pub fn get_next_function(func: &ValueRef) -> Option<ValueRef>
Advance a Function iterator to the next Function.
Returns None if the iterator was already at the end and there are no more functions.
None