pub unsafe extern "C" fn LLVMGetBitcodeModuleProviderInContext(
    ContextRef: LLVMContextRef,
    MemBuf: LLVMMemoryBufferRef,
    OutMP: *mut LLVMModuleProviderRef,
    OutMessage: *mut *mut c_char,
) -> LLVMBool
Expand description

Deprecated: use LLVMGetBitcodeModuleInContext instead