devela::_dep::rustix::process

Function set_auxiliary_vector

pub unsafe fn set_auxiliary_vector(auxv: &[*const c_void]) -> Result<(), Errno> 
Available on crate feature dep_rustix only.
Expand description

Set a new auxiliary vector.

§References

§Safety

Please ensure the conditions necessary to safely call this function, as detailed in the references above.