Pointer to a function pointer that will be used as the bind point.
The name of the symbol to be bound.
If true, a SymbolLoadException will be thrown if the symbol is missing. If false, no exception will be thrown and the ptr parameter will be set to null.
SymbolLoadException if doThrow is true and a the symbol specified by funcName is missing from the shared library.
Binds a function pointer to a symbol in this loader's shared library.