Below is an example illustrating a call to addSearchPath(), which is a static method in the sidl.Loader class.
integer*8 except call sidl_Loader_addSearchPath_f('/try/looking/here', except)
Note the function is invoked directly, without an object reference argument.