pub(in backend) fn try_decode_c_int<Num: RetNumber>( raw: RetReg<Num>, ) -> Result<c_int>
Check for an error from the result of a syscall which encodes a c::c_int on success.
c::c_int