Returns a string describing the last error that occurred from a
    call to dlopen, dlclose, or dlsym.
    Format
      #include  <dlfcn.h>
      char *dlerror  (void);
1 – Return Value
    x                  A string describing the last error that
                       occurred from a call to dlopen, dlclose, or
                       dlsym.