#[no_mangle]
pub unsafe extern "C" fn LLVMParseBitcode2(
    MemBuf: LLVMMemoryBufferRef,
    OutModule: *mut LLVMModuleRef
) -> LLVMBool