Function LLVMGetBitcodeModule

Source
#[no_mangle]
pub extern "C" fn LLVMGetBitcodeModule(
    MemBuf: LLVMMemoryBufferRef,
    OutM: *mut LLVMModuleRef,
    OutMessage: *mut *mut c_char,
) -> LLVMBool