pub type TrapHandlerFn = dyn Fn(c_int, *const siginfo_t, *const c_void) -> bool;
Function which may handle custom signals while processing traps.