pub unsafe extern "C" fn mlirExecutionEngineLookup(
jit: MlirExecutionEngine,
name: MlirStringRef,
) -> *mut c_voidExpand description
Lookup a native function in the execution engine by name, returns nullptr if the name can’t be looked-up.
pub unsafe extern "C" fn mlirExecutionEngineLookup(
jit: MlirExecutionEngine,
name: MlirStringRef,
) -> *mut c_voidLookup a native function in the execution engine by name, returns nullptr if the name can’t be looked-up.