pub unsafe fn prctl( option: int, arg2: ulong, arg3: ulong, arg4: ulong, arg5: ulong, ) -> Result<int>
Manipulates various aspects of the behavior of the calling thread or process.