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

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