pub unsafe fn sigaltstack( new_stack: Option<&stack_t>, old_stack: Option<&mut stack_t>, ) -> Result<(), Errno>
See sigaltstack(2)