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