LLVMGetBitcodeModuleInContext2

Function LLVMGetBitcodeModuleInContext2 

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