pub unsafe fn arch_prctl(option: ArchPrctlOp, arg2: u64) -> Result<i64, Errno>
Execute the arch_prctl syscall.
arch_prctl
Some operations may change OS behavior in a way that violates assumptions that other code relies on.