Function rustix::backend::conv::ret_c_uint
source ยท pub(super) fn ret_c_uint(raw: RetReg<R0>) -> Result<c_uint>
Expand description
Convert a usize
returned from a syscall that effectively returns a
c_uint
on success.