pub unsafe extern "C" fn LLVMGetPreviousFunction(
Fn: LLVMValueRef,
) -> LLVMValueRefExpand description
Decrement a Function iterator to the previous Function.
Returns NULL if the iterator was already at the beginning and there are no previous functions.