Function Apply-If-Exists

Part of:

package metabang.utilities
( apply-if-exists < function > < package > &rest < args > )

If the function function can be found in package, then call it
with args.

Returns nil if package does not exist or if function does not name a
function in package. Otherwise, returns whatever function returns.