Alias SymbolLoader

Generic Dynamic lib symbol loader. Symbols loaded with such loader must be cast to the appropriate function type.

alias SymbolLoader = void* delegate(in string);