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