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