public static int close(IntPtr handle, bool useCLibrary = false) { return(useCLibrary ? BSD.dlclose(handle) : Unix.dlclose(handle)); }