Function rustix::backend::conv::ret_c_uint_infallible
source · pub(super) unsafe fn ret_c_uint_infallible(raw: RetReg<R0>) -> c_uint
Expand description
Convert a c_uint
returned from a syscall that effectively always
returns a c_uint
.
§Safety
This function must only be used with return values from infallible syscalls.