Is it possible to load a C shared library in Monkey C?

Can a C shared library be loaded in Monkey C, similarly to how it can be loaded in Python using ctypes?

Thanks in advance for your assistance with my experiment.