pub unsafe extern "C" fn mlirOperationRemoveAttributeByName(
    op: MlirOperation,
    name: MlirStringRef
) -> bool
Expand description

Removes an attribute by name. Returns false if the attribute was not found and true if removed.