Sets sym to point to a symbol named symbolName in dynamic library lib.
Exception if the symbol is not found or has null address.
extern(C) alias F = void function(int) nothrow; F f; dynLib.bind!f(); f(5);
See Implementation
Sets sym to point to a symbol named symbolName in dynamic library lib.