Checks whether this dynamic library provides a symbol with the given name.
bool providesSymbol(String symbolName) => _module.providesSymbol(symbolName);