Function rustix::backend::conv::ret_usize_infallible

source ·
pub(super) unsafe fn ret_usize_infallible(raw: RetReg<R0>) -> usize
Expand description

Convert a usize returned from a syscall that effectively always returns a usize.

§Safety

This function must only be used with return values from infallible syscalls.