pub unsafe extern "C" fn LLVMGetCalledValue( Instr: *mut LLVMValue, ) -> *mut LLVMValue
Get a pointer to the function invoked by this instruction.
The provided value should be a CallInst or InvokeInst.