Function rustc_codegen_llvm::llvm_::ffi::LLVMRustParseBitcodeForLTO

source ยท
pub unsafe extern "C" fn LLVMRustParseBitcodeForLTO(
    Context: &Context,
    Data: *const u8,
    len: usize,
    Identifier: *const c_char,
) -> Option<&Module>