public static IntPtr error(bool useCLibrary = false) { return(useCLibrary ? BSD.dlerror() : Unix.dlerror()); }