rundll( <library>, <function> )
Module: Utils
Summary:
Run a library function.
Example:
rundll( "print.so", "test_print" );
Required Args:
1 : <library> library dll name
2 : <function> function name