Function LLVMParseBitcodeInContext2

Source
#[no_mangle]
pub extern "C" fn LLVMParseBitcodeInContext2(
    ContextRef: LLVMContextRef,
    MemBuf: LLVMMemoryBufferRef,
    OutModule: *mut LLVMModuleRef,
) -> LLVMBool