Title:
  Not imported function conflict with an auto imported function
Goal:
  Contract the first two argument of `apply/4' function into tuple.
Parameters:
  [{file,"export.erl"}, {posrange,{57,59}}].
Documentation:
  Accept. The selection is "A,B".
  If we contract the first two agruments of the `apply/4' function into tuple 
  than we will create a new three arity `apply' function which is conflict with 
  the auto imported `erlang:apply/3' function. So at the application must 
  qualify the new function with module name. At the definition and application 
  the first two arguments are contracted into tuple.
