Function linux_syscalls::init_from_auxv
source · pub unsafe fn init_from_auxv(auxv: *const c_void)Available on crate feature
bare only.Expand description
Initialize library from auxv pointer. It’s recommended to call it before anything else in the main function.
Safety
Dealing with pointers is unsafe by definition.