Type Definition LLVMOrcSymbolResolverFn
llvm_sys::orc
type LLVMOrcSymbolResolverFn = Option<extern "C" fn(_: *const c_char, _: *mut c_void) -> u64>;