pub(in backend) unsafe fn try_decode_error<Num: RetNumber>(
    raw: RetReg<Num>,
) -> ErrnoExpand description
Check for an error from the result of a syscall which does not return on
success. On success, return the unconsumed raw value.
ยงSafety
This must only be used with syscalls which do not return on success.