pub unsafe extern "C" fn mlirOperationStateAddResults(
    state: *mut MlirOperationState,
    n: isize,
    results: *const MlirType
)
Expand description

Adds a list of components to the operation state.