LLVMLoadLibraryPermanently

* 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()

extern (C) nothrow
LLVMBool
LLVMLoadLibraryPermanently
(
const(char)* Filename
)

Meta