nitc :: ForeignCodeLib :: dlopen
path
# Open and load the library at `path` new dlopen(path: CString) `{ return dlopen(path, RTLD_LOCAL | RTLD_NOW); `}