Function 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.