Function rustix::process::set_auxiliary_vector
source · pub unsafe fn set_auxiliary_vector(auxv: &[*const c_void]) -> Result<()>
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.