pub unsafe extern "C" fn LLVMGetBitcodeModuleInContext2(
ContextRef: *mut LLVMContext,
MemBuf: *mut LLVMMemoryBuffer,
OutM: *mut *mut LLVMModule,
) -> i32Expand description
Read a module from the specified path, returning a module provider performing lazy deserialization.
Returns 0 on success.