I have to call a function in a DLL using the dl library.
That function returns a status value and has a pointer to long as
inout parameter to return a value if successful. How do I declare
that type? How do I pass that parameter? How do I read the value
pointed to?