Loads a symbol from a shared library and assigns it to a caller-supplied pointer.
Formats a symbol using the Windows stdcall mangling if necessary before passing it on to bindSymbol.
Returns the total number of ErrorInfo instances that have been accumulated by the load and bindSymbol functions since the last call to resetErrors.
Returns a slice containing all ErrorInfo instances that have been accumulated by the load and bindSymbol functions since the last call to resetErrors.
Loads a shared library from disk, using the system-specific API and search rules.
Sets the error count to 0 and erases all accumulated errors. This function does not release any memory allocated for the error list.
Adds a path to the default search path on Windows, replacing the path set in a previous call to the same function.
Unloads a shared library from process memory.
Indicates an uninitialized or unassigned handle.
Cross-platform interface to system APIs for manually loading C libraries.