rustix::processFunction set_auxiliary_vector
Source pub unsafe fn set_auxiliary_vector(auxv: &[*const c_void]) -> Result<()>
Available on crate feature process
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.