pub type IrqCallbackFunction = dyn Fn(&TrapFrame) + Sync + Send + 'static;
A type alias for the IRQ callback function.