rustix::backend::io::errno

Function try_decode_void_star

Source
pub(in backend) fn try_decode_void_star<Num: RetNumber>(
    raw: RetReg<Num>,
) -> Result<*mut c_void>
Expand description

Check for an error from the result of a syscall which encodes a *mut c_void on success.