pub unsafe fn arch_prctl_raw(option: c_int, arg2: c_ulong) -> 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.