create Stub To Call Method
Create a function that takes arguments of the specified types, then calls the A_Method for the A_Bundle of the given A_Atom with those arguments.
Return
An appropriate function.
Parameters
function Type
The type to which the resultant function should conform.
Throws
If the atom has no associated bundle/method, or the function signature is inconsistent with the available method definitions.