pub unsafe extern "C" fn LLVMGetBitcodeModule2(
MemBuf: LLVMMemoryBufferRef,
OutM: *mut LLVMModuleRef,
) -> LLVMBool👎Deprecated since 221.0.0: Use of the global context is deprecated, use LLVMParseBitcodeInContext2 instead
Expand description
Read a module from the specified path.
Outputs a module provider which performs lazy deserialization. Returns 0 on success.