Function rustix::backend::conv::ret_infallible
source · pub(super) unsafe fn ret_infallible(raw: RetReg<R0>)
Expand description
Convert a usize
returned from a syscall that effectively always returns
()
.
§Safety
The caller must ensure that this is the return value of a syscall which
always returns ()
.