Fix signature for mpfr's set_emin/_emax calls (#32743)
These functions can error and thus return a Cint error code.
Most architectures aren't particularly picky about a mismatched
signature for the return value (particularly something like Cint
that is often ignored), but it is both wrong and can cause problems
on architectures that have strict checking (e.g. wasm).