Function rustix::backend::conv::ret_void_star
source ยท pub(super) fn ret_void_star(raw: RetReg<R0>) -> Result<*mut c_void>
Expand description
Convert a usize
returned from a syscall that effectively returns a
*mut c_void
on success.