pub unsafe extern "C" fn LLVMGetNextGlobalIFunc(
IFunc: LLVMValueRef,
) -> LLVMValueRefExpand description
Advance a GlobalIFunc iterator to the next GlobalIFunc.
Returns NULL if the iterator was already at the end and there are no more global aliases.