pub unsafe extern "C" fn mlirOperationGetAttribute(
op: MlirOperation,
pos: isize,
) -> MlirNamedAttributeExpand description
Return pos-th attribute of the operation.
Deprecated, please use mlirOperationGetInherentAttribute or
mlirOperationGetDiscardableAttribute.