pub fn handler_type(handler: u64) -> StringExpand description
Describe the handler type based on the raw sa_handler value.
0maps to"SIG_DFL"(default disposition).1maps to"SIG_IGN"(signal ignored).- Any other value is formatted as a 16-digit hex address.