pub unsafe extern "C" fn mlirIntegerAttrGetValueInt(
    attr: MlirAttribute
) -> i64
Expand description

Returns the value stored in the given integer attribute, assuming the value is of signless type and fits into a signed 64-bit integer.