R3LibraryOpen
R3LIBRARY *R3LibraryOpen( R3APP *app, char *name, int type, int version);
app - application context returned by R3AppCreate().
Address of the dynamic library if opened, otherwise FALSE.
Opens a dynamic library. Opening will fail if the given type parameter doesn't match the type of the library. Opening will also fail if the given version parameter is higher than the version of the library.