Tries to set sym to point to a symbol named symbolName in dynamic library lib.
extern(C) alias F = void function(int) nothrow; F f; if(dynLib.tryBind!f()) f(5);
See Implementation
Tries to set sym to point to a symbol named symbolName in dynamic library lib.