pub unsafe extern "C" fn LLVMLoadLibraryPermanently(
Filename: *const c_char,
) -> LLVMBool
Expand description
This function permanently loads the dynamic library at the given path. It is safe to call this function multiple times for the same library.
@see sys::DynamicLibrary::LoadLibraryPermanently()