pub fn handlesigterm(_0: i32)
Expand description

| Signal handlers are very limited in | what they are allowed to do. | | The execution context the handler is | invoked in is not guaranteed, so we restrict | handler operations to just touching | variables: |