pub unsafe extern "C" fn LLVMGetBitcodeModule2(
MemBuf: *mut LLVMMemoryBuffer,
OutM: *mut *mut LLVMModule,
) -> i32
Expand description
Read a module from the specified path.
Outputs a module provider which performs lazy deserialization. Returns 0 on success.