pub unsafe fn sys_sigaltstack( new_stack: &stack_t, old_stack: Option<&mut stack_t>, ) -> Result<(), Error>