xptr_create: Create an external pointer to a C++ function
Description
This function is used in the itp package to
create external pointers to the C++ functions used as examples to
illustrate the use of the function itp. These pointers are
passed as the argument f to itp. To create their own
examples the user will need to create their own C++ function(s) and a
function that is similar to xptr_create.