Function mlir_sys::mlirLLVMFunctionTypeGet 
source · pub unsafe extern "C" fn mlirLLVMFunctionTypeGet(
    resultType: MlirType,
    nArgumentTypes: isize,
    argumentTypes: *const MlirType,
    isVarArg: bool
) -> MlirTypeExpand description
Creates an llvm.func type.