pub type LLVMModuleProviderRef = *mut LLVMOpaqueModuleProvider;
Expand description
Interface used to provide a module to JIT or interpreter. This is now just a synonym for llvm::Module, but we have to keep using the different type to keep binary compatibility.