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 errors that have been accumulated by the load and bindSymbol functions since the last call to resetErrors.
Returns an slice containing all errors 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.
Unloads a shared library from process memory.
Indicates an uninitialized or unassigned handle.