Type Definition llvm_sys::orc::LLVMOrcSymbolResolverFn

source ·
pub type LLVMOrcSymbolResolverFn = Option<extern "C" fn(_: *const c_char, _: *mut c_void) -> u64>;