pub unsafe fn set_auxiliary_vector(auxv: &[*const c_void]) -> Result<()>
Set a new auxiliary vector.
prctl(PR_SET_MM,PR_SET_MM_AUXV,…)
Please ensure the conditions necessary to safely call this function, as detailed in the references above.