[][src]Function llvm_sys::bit_reader::LLVMGetBitcodeModule2

pub unsafe extern "C" fn LLVMGetBitcodeModule2(
    MemBuf: LLVMMemoryBufferRef,
    OutM: *mut LLVMModuleRef
) -> LLVMBool

Read a module from the specified path.

Outputs a module provider which performs lazy deserialization. Returns 0 on success.