pub fn get_previous_function(func: &ValueRef) -> Option<ValueRef>
Decrement a Function iterator to the previous Function.
Function
Returns None if the iterator was already at the beginning and there are no previous functions.
None