Function llvm_sys::orc2::LLVMOrcExecutionSessionLookup

source ยท
pub unsafe extern "C" fn LLVMOrcExecutionSessionLookup(
    ES: LLVMOrcExecutionSessionRef,
    K: LLVMOrcLookupKind,
    SearchOrder: LLVMOrcCJITDylibSearchOrder,
    SearchOrderSize: usize,
    Symbols: LLVMOrcCLookupSet,
    SymbolsSize: usize,
    HandleResult: LLVMOrcExecutionSessionLookupHandleResultFunction,
    Ctx: *mut c_void
)