SharedLibLoader.bindFunc

Binds a function pointer to a symbol in this loader's shared library.

class SharedLibLoader
nothrow @nogc final
void
bindFunc
(
void** ptr
,
string funcName
)

Meta